mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
Fix styles from mantine upgrade
This commit is contained in:
@@ -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 New Issue
Block a user