Skip to content

Commit

Permalink
center header content
Browse files Browse the repository at this point in the history
  • Loading branch information
jsladerman committed Dec 17, 2024
1 parent e1ec387 commit 113f24d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ const HeaderSC = styled.div<{
size: 'medium' | 'large'
}>(({ theme, fillLevel, selected, size }) => ({
...theme.partials.text.overline,
display: 'flex',
alignItems: 'center',
color: theme.colors['text-xlight'],
borderBottom: `1px solid ${theme.colors[fillToNeutralBorderC[fillLevel]]}`,
backgroundColor: selected
Expand Down

0 comments on commit 113f24d

Please sign in to comment.