Skip to content

Commit

Permalink
fix(radio): radio button uses incorrect colors in material dark swatches
Browse files Browse the repository at this point in the history
  • Loading branch information
joneff committed Sep 10, 2021
1 parent ced2117 commit 0091c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material/scss/radio/_variables.scss
Expand Up @@ -27,7 +27,7 @@ $radio-focused-checked-shadow: $checkbox-focused-checked-shadow !default;

$radio-disabled-bg: null !default;
$radio-disabled-text: null !default;
$radio-disabled-border: #b0b0b0 !default;
$radio-disabled-border: try-shade( $component-bg, 4 ) !default;

$radio-disabled-checked-bg: null !default;
$radio-disabled-checked-text: $radio-disabled-border !default;
Expand Down

0 comments on commit 0091c3d

Please sign in to comment.