fix(core): incorrect animated icon color & sizes (#11276)

This commit is contained in:
pengx17
2025-03-29 11:56:43 +00:00
parent dffb89c388
commit a94bef6738
2 changed files with 7 additions and 3 deletions
@@ -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({