mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-24 05:07:06 +08:00
fix(core): incorrect animated icon color & sizes (#11276)
This commit is contained in:
@@ -83,7 +83,7 @@ export const controlButton = style({
|
||||
justifyContent: 'center',
|
||||
borderRadius: '50%',
|
||||
backgroundColor: cssVarV2('layer/background/secondary'),
|
||||
color: cssVarV2('text/primary'),
|
||||
color: cssVarV2('icon/primary'),
|
||||
});
|
||||
|
||||
export const controls = style({
|
||||
|
||||
Reference in New Issue
Block a user