Skip to content

Commit baab7fd

Browse files
committed
Fixes $button-min-width-lg
1 parent e365c53 commit baab7fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scss/_buttons.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ $button-min-width: 160px !default;
1010
$button-min-width-xs: 80px !default;
1111
$button-min-width-sm: 120px !default;
1212
$button-min-width-md: 180px !default;
13-
$button-min-width-lg: 200 !default;
13+
$button-min-width-lg: 200px !default;
1414
$button-transition: all 100ms ease !default;
1515

1616
// button colors

0 commit comments

Comments
 (0)