Skip to content

Commit

Permalink
fix(@clayui/css): Toggle Switch should be 48px wide
Browse files Browse the repository at this point in the history
  • Loading branch information
pat270 committed May 17, 2021
1 parent bb292d2 commit 6735e54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $toggle-switch-bar-height: ($toggle-switch-bar-padding * 2) +
$toggle-switch-bar-height-mobile: ($toggle-switch-bar-padding-mobile * 2) +
$toggle-switch-button-width-mobile !default;

$toggle-switch-bar-width: 40px !default; // width of switch bar
$toggle-switch-bar-width: 48px !default; // width of switch bar
$toggle-switch-bar-width-mobile: 40px !default; // width of switch bar
// must all be same units--end

Expand Down

0 comments on commit 6735e54

Please sign in to comment.