Skip to content

Commit

Permalink
OV-1: * change button props order
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandra Nedashkivska committed Aug 21, 2024
1 parent fc3f5f3 commit 295b5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/bundles/common/components/button/button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ type Properties = {
};

const Button: React.FC<Properties> = ({
type = 'button',
label,
type = 'button',
size = 'md',
isDisabled = false,
sx = {},
Expand Down

0 comments on commit 295b5da

Please sign in to comment.