diff --git a/src/components/DefaultSectionHeader/DefaultSectionHeader.tsx b/src/components/DefaultSectionHeader/DefaultSectionHeader.tsx index cb83631..8fe5ce6 100644 --- a/src/components/DefaultSectionHeader/DefaultSectionHeader.tsx +++ b/src/components/DefaultSectionHeader/DefaultSectionHeader.tsx @@ -52,6 +52,9 @@ export const DefaultSectionHeader: React.FC = ({ color: textProps.color || 'gray.500', size: isHero ? 'lgRegularNormal' : 'mdRegularNormal', }} + listProps={{ + textColor: (textProps.color as string) || 'gray.500', + }} /> )}