Skip to content

Commit cd01144

Browse files
committed
feat: update icon size for button xs
1 parent 3e182e7 commit cd01144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/Components/Button/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const ICON_BUTTON_SIZE_TO_CLASS_NAME_MAP: Record<ButtonProps['size'], str
1919
} as const
2020

2121
export const BUTTON_SIZE_TO_ICON_SIZE_MAP: Record<ButtonProps['size'], ProgressingProps['size']> = {
22-
[ComponentSizeType.xs]: 12,
22+
[ComponentSizeType.xs]: 14,
2323
[ComponentSizeType.small]: 16,
2424
[ComponentSizeType.medium]: 16,
2525
[ComponentSizeType.large]: 16,

0 commit comments

Comments
 (0)