Skip to content

Commit ccc617c

Browse files
fix(accessibilityFixes): Adds fallback background color to quote spotlight
1 parent a110dd3 commit ccc617c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/lib/Home/Components/QuoteSpotlight/QuoteSpotlight.tsx

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ import Background from '../../Assets/Images/background.webp';
55
/** UI component for displaying a quote and attribution */
66
const QuoteSpotlight: React.FC = () => {
77
return (
8-
<div data-testid="quote-spotlight" className="text-center mt-6 text-white">
8+
<div
9+
data-testid="quote-spotlight"
10+
className="text-center mt-6 text-white bg-heal-background"
11+
>
912
<BackgroundImage
1013
className="m:h-[269px] md:h-[321px] lg:h-[272px] flex items-center justify-center"
1114
src={Background.src}

0 commit comments

Comments
 (0)