Skip to content

Commit ca81a93

Browse files
author
Patricio Albizu
committed
fix: changing toggle switch default size
1 parent 1496252 commit ca81a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/components/src/toggle-switch/toggle-switch.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export class ToggleSwitchComponent {
2929
public disabled?: boolean;
3030

3131
@Input()
32-
public size: ToggleSwitchSize = ToggleSwitchSize.Medium;
32+
public size: ToggleSwitchSize = ToggleSwitchSize.Small;
3333

3434
@Output()
3535
public readonly checkedChange: EventEmitter<boolean> = new EventEmitter();

0 commit comments

Comments
 (0)