Fix styles from mantine upgrade
This commit is contained in:
parent
ed86d8ffd2
commit
5e90139b17
1 changed files with 0 additions and 1 deletions
|
@ -152,7 +152,6 @@ export const Sidebar = () => {
|
||||||
control: {
|
control: {
|
||||||
'&:hover': { background: 'none', color: 'var(--sidebar-fg-hover)' },
|
'&:hover': { background: 'none', color: 'var(--sidebar-fg-hover)' },
|
||||||
color: 'var(--sidebar-fg)',
|
color: 'var(--sidebar-fg)',
|
||||||
padding: '1rem 1rem',
|
|
||||||
transition: 'color 0.2s ease-in-out',
|
transition: 'color 0.2s ease-in-out',
|
||||||
},
|
},
|
||||||
item: { borderBottom: 'none', color: 'var(--sidebar-fg)' },
|
item: { borderBottom: 'none', color: 'var(--sidebar-fg)' },
|
||||||
|
|
Reference in a new issue