Skip to content

Commit

Permalink
fix: adjust blackpanel header color to use subtle variation
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian-Holland committed Jul 18, 2024
1 parent ab4f232 commit 3c169de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BlockPanel/BlockPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const BlockPanel: FC<BlockPanelProps> = ({
'align-items-center',
'justify-content-between',
{
[`bg-${color}`]: color,
[`bg-${color}-subtle`]: color,
'text-white': color === 'primary' || color === 'dark',
},
headerClassName
Expand Down

0 comments on commit 3c169de

Please sign in to comment.