Skip to content

Commit 7700df4

Browse files
committed
fix $abc-border-width
1 parent bbcc5ff commit 7700df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: awesome-bootstrap-checkbox.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
$font-family-icon: 'FontAwesome' !default;
88
$fa-var-check: "\f00c" !default;
99
$check-icon: $fa-var-check !default;
10-
$abc-border-width: 5px !default;
10+
$abc-border-width: 1px !default;
1111
$form-check-input-gutter: 1.25rem !default;
1212

1313
@function theme-color($key: "primary") {

0 commit comments

Comments
 (0)