mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-16 09:36:17 +08:00
fix: error initial style when first in dark mode (#1543)
This commit is contained in:
@@ -196,7 +196,7 @@ export const StyledButton = styled('button', {
|
||||
? {
|
||||
cursor: 'not-allowed',
|
||||
pointerEvents: 'none',
|
||||
color: theme.colors.borderColor,
|
||||
color: theme.colors.disableColor,
|
||||
}
|
||||
: {}),
|
||||
transition: 'background .15s',
|
||||
|
||||
Reference in New Issue
Block a user