Skip to content

Commit

Permalink
fix(DefaultSectionHeader): Font color for rich text sub title
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasbals committed Feb 23, 2024
1 parent fec0852 commit 0786483
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/DefaultSectionHeader/DefaultSectionHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ export const DefaultSectionHeader: React.FC<DefaultSectionHeaderProps> = ({
color: textProps.color || 'gray.500',
size: isHero ? 'lgRegularNormal' : 'mdRegularNormal',
}}
listProps={{
textColor: (textProps.color as string) || 'gray.500',
}}
/>
</Box>
)}
Expand Down

0 comments on commit 0786483

Please sign in to comment.