chore: update icon size (#3350)

This commit is contained in:
JimmFly
2023-07-25 07:35:10 +08:00
committed by GitHub
parent 2cf4e8ebce
commit be81e63eed

View File

@@ -54,8 +54,8 @@ export const icon = style({
});
export const collapsedIconContainer = style({
width: '12px',
height: '12px',
width: '16px',
height: '16px',
display: 'flex',
alignItems: 'center',
justifyContent: 'center',