Skip to content

Commit 58905a9

Browse files
committed
changes the reference from font weight normal to base
1 parent d657f6a commit 58905a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ $label-margin-bottom: .5rem !default;
423423
$input-padding-y: $input-btn-padding-y !default;
424424
$input-padding-x: $input-btn-padding-x !default;
425425
$input-font-size: $input-btn-font-size !default;
426-
$input-font-weight: $font-weight-normal !default;
426+
$input-font-weight: $font-weight-base !default;
427427
$input-line-height: $input-btn-line-height !default;
428428

429429
$input-padding-y-sm: $input-btn-padding-y-sm !default;

0 commit comments

Comments
 (0)