chore: fix color (#2049)

Co-authored-by: JimmFly <yangjinfei001@gmail.com>
This commit is contained in:
Flrande
2023-04-20 22:13:20 +08:00
committed by GitHub
parent 97b1a31f8d
commit b2e93433e1
5 changed files with 9 additions and 15 deletions
+1 -1
View File
@@ -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' } : {}),