Skip to content

Commit

Permalink
border color hover consistency + slight bg tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed Mar 3, 2022
1 parent ed9846e commit a3616b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/components/banner/TableOfContentsBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function TableOfContentsBanner() {
backgroundColor:
theme.palette.mode === 'dark'
? alpha(theme.palette.primary[900], 0.2)
: alpha(theme.palette.grey[50], 0.5),
: alpha(theme.palette.grey[50], 0.4),
border: '1px solid',
borderColor:
theme.palette.mode === 'dark' ? theme.palette.primaryDark[700] : theme.palette.grey[200],
Expand All @@ -30,7 +30,7 @@ export default function TableOfContentsBanner() {
borderColor:
theme.palette.mode === 'dark'
? theme.palette.primaryDark[500]
: theme.palette.grey[300],
: theme.palette.primary[200],
},
})}
>
Expand Down

0 comments on commit a3616b9

Please sign in to comment.