Skip to content

Commit

Permalink
fix: Button disabled color (#752)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliajforesti committed Jun 24, 2022
1 parent c1b4e1c commit dab7d28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/fuselage/src/styles/variables/button-colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ $button-colors-primary-disabled-border-color: theme(
);
$button-colors-primary-disabled-color: theme(
'button-colors-primary-disabled-color',
colors.button(on-disabled)
colors.button(on-primary)
);

// secondary
Expand Down Expand Up @@ -160,7 +160,7 @@ $button-colors-danger-disabled-border-color: theme(
);
$button-colors-danger-disabled-color: theme(
'button-colors-danger-disabled-color',
colors.button(on-disabled)
colors.button(on-danger)
);

// secondary-danger
Expand Down

0 comments on commit dab7d28

Please sign in to comment.