mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 21:27:20 +00:00
feat: modify theme colors (#1421)
This commit is contained in:
@@ -8,7 +8,7 @@ export const StyledSliderBar = styled('div')<{ show: boolean }>(
|
||||
height: '100vh',
|
||||
minHeight: '450px',
|
||||
background: theme.colors.hubBackground,
|
||||
boxShadow: theme.shadow.modal,
|
||||
boxShadow: theme.shadow.popover,
|
||||
transition: 'width .15s, padding .15s',
|
||||
position: 'relative',
|
||||
zIndex: theme.zIndex.modal,
|
||||
|
||||
Reference in New Issue
Block a user