Skip to content

Commit

Permalink
fix border for card
Browse files Browse the repository at this point in the history
  • Loading branch information
amcdnl committed Apr 9, 2024
1 parent fdfecb8 commit eaedc63
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/layout/Card/CardTheme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ const baseTheme: CardTheme = {

export const cardTheme: CardTheme = {
...baseTheme,
base: [baseTheme.base, 'bg-panel text-panel-content'].join(' ')
base: [
baseTheme.base,
'bg-panel border border-panel-accent text-panel-content'
].join(' ')
};

export const legacyCardTheme: CardTheme = {
Expand Down

0 comments on commit eaedc63

Please sign in to comment.