Skip to content

Commit 49b7702

Browse files
fix: about us page design issue
1 parent a483f34 commit 49b7702

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/hero-banner.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default function HeroBanner(props: BannerProps) {
3535
<div
3636
className='home-content'
3737
style={{
38-
color: banner?.text_color ? banner.text_color : '',
38+
color: banner?.text_color ? banner.text_color : '#000',
3939
}}
4040
>
4141
{banner.banner_title && (
@@ -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 : '',
50+
color: banner?.text_color ? banner.text_color : '#000',
5151
}}
5252
{...banner.$?.banner_description}
5353
>

0 commit comments

Comments
 (0)