Skip to content

Commit

Permalink
changed default size to medium
Browse files Browse the repository at this point in the history
  • Loading branch information
amoutens committed Nov 21, 2024
1 parent 5283aa3 commit ed867f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/app-switch/AppSwitch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ interface AppSwitchProps extends Omit<SwitchProps, 'size'> {
}
export const AppSwitch = ({
labelPosition = 'end',
size = SizeEnum.Small,
size = SizeEnum.Medium,
label,
loading,
disabled,
Expand Down

0 comments on commit ed867f2

Please sign in to comment.