Skip to content

Commit 49a0628

Browse files
(Button): change the order of properties
1 parent 5a141a3 commit 49a0628

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/scripts/Button.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ export type ButtonIconProps = {
4646
*
4747
*/
4848
export const ButtonIcon: FC<ButtonIconProps> = ({
49-
align,
50-
className,
51-
style,
5249
icon,
5350
category = 'utility',
51+
align,
5452
size,
53+
className,
54+
style,
5555
...props
5656
}) => {
5757
const alignClassName =

0 commit comments

Comments
 (0)