We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a110dd3 commit ccc617cCopy full SHA for ccc617c
src/lib/Home/Components/QuoteSpotlight/QuoteSpotlight.tsx
@@ -5,7 +5,10 @@ import Background from '../../Assets/Images/background.webp';
5
/** UI component for displaying a quote and attribution */
6
const QuoteSpotlight: React.FC = () => {
7
return (
8
- <div data-testid="quote-spotlight" className="text-center mt-6 text-white">
+ <div
9
+ data-testid="quote-spotlight"
10
+ className="text-center mt-6 text-white bg-heal-background"
11
+ >
12
<BackgroundImage
13
className="m:h-[269px] md:h-[321px] lg:h-[272px] flex items-center justify-center"
14
src={Background.src}
0 commit comments