Skip to content

Update `Teaser.vue` and `FactView.vue` for Consistent Colors

Kimberly Sarabia requested to merge add-color-random-util into sprinthackular2024d

Description:

  • Updated Teaser.vue to apply a random background color class using getRandomColor().
  • Moved color generation in FactView.vue to ensure consistent color usage across all FactSegment components.

How to Test:

  1. Check Teaser.vue for consistent random background colors.
  2. Verify FactView.vue renders all segments with the same color per fact.

Merge request reports