Skip to content

Commit

Permalink
fix(checkbox): checkbox variables are messing default flag
Browse files Browse the repository at this point in the history
  • Loading branch information
IKKI2000 authored and joneff committed Jun 2, 2020
1 parent 6895677 commit cf1e4e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/default/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@ $checkbox-line-height: $checkbox-size + $checkbox-border-width !default;
$checkbox-indeterminate-style: square !default;
$checkbox-dash-height: $checkbox-size / 10 !default;
$checkbox-dash-width: $checkbox-size - ( $checkbox-border-width * 4 ) !default;
$checkbox-label-margin-x: 8px;
$checkbox-label-margin-x: 8px !default;

$checkbox-bg: $input-bg !default;
$checkbox-text: $input-text !default;
Expand Down Expand Up @@ -980,7 +980,7 @@ $radio-size: $icon-size !default;
$radio-radius: 50% !default;
$radio-border-width: 1px !default;
$radio-line-height: $radio-size + $radio-border-width !default;
$radio-label-margin-x: 8px;
$radio-label-margin-x: 8px !default;

$radio-bg: $checkbox-bg !default;
$radio-text: $checkbox-text !default;
Expand Down

0 comments on commit cf1e4e0

Please sign in to comment.