mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-12 07:36:42 +08:00
chore: fix color (#2049)
Co-authored-by: JimmFly <yangjinfei001@gmail.com>
This commit is contained in:
@@ -44,7 +44,7 @@ export const StyledIconButton = styled('button', {
|
||||
width,
|
||||
height,
|
||||
fontSize,
|
||||
color: 'var(--affine-hover-color)',
|
||||
color: 'var(--affine-icon-color)',
|
||||
...displayInlineFlex('center', 'center'),
|
||||
position: 'relative',
|
||||
...(disabled ? { cursor: 'not-allowed', pointerEvents: 'none' } : {}),
|
||||
|
||||
Reference in New Issue
Block a user