Skip to content

Commit 71afc8c

Browse files
update banner content color
1 parent 49b7702 commit 71afc8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/hero-banner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default function HeroBanner(props: BannerProps) {
4747
<p
4848
className='hero-description '
4949
style={{
50-
color: banner?.text_color ? banner.text_color : '#000',
50+
color: banner?.text_color ? banner.text_color : '#222',
5151
}}
5252
{...banner.$?.banner_description}
5353
>

0 commit comments

Comments
 (0)