Skip to content

Commit

Permalink
small details
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed Sep 19, 2023
1 parent 3c184c2 commit d73a822
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/modules/components/ThemeViewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const TreeItem = styled(MuiTreeItem)({
padding: 4,
borderRadius: '12px',
'&:hover': {
backgroundColor: '#101418',
backgroundColor: '#101418', // primaryDark[900]
},
[`& .${treeItemClasses.label}`]: {
fontFamily: 'Menlo',
Expand Down Expand Up @@ -205,7 +205,7 @@ export default function ThemeViewer({
color: '#FFF',
p: 1.5,
bgcolor: '#0F1924', // one-off code container color
borderRadius: 2,
borderRadius: 4,
border: '1px solid',
borderColor: '#1F262E', // primaryDark[700]
}}
Expand Down

0 comments on commit d73a822

Please sign in to comment.