mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
fix: ui issues (#1023)
This commit is contained in:
@@ -32,6 +32,7 @@ export const StyledIconButton = styled('button', {
|
||||
theme,
|
||||
width,
|
||||
height,
|
||||
borderRadius,
|
||||
disabled,
|
||||
hoverBackground,
|
||||
hoverColor,
|
||||
@@ -52,7 +53,7 @@ export const StyledIconButton = styled('button', {
|
||||
content: '""',
|
||||
width,
|
||||
height,
|
||||
borderRadius: width / 5,
|
||||
borderRadius,
|
||||
transition: 'background .15s',
|
||||
...absoluteCenter({ horizontal: true, vertical: true }),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user