Skip to content

Commit

Permalink
Use gray-500 for all disabled button variants.
Browse files Browse the repository at this point in the history
  • Loading branch information
afercia committed Jul 23, 2024
1 parent 8d8e966 commit 9157453
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/components/src/button/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
&:disabled,
&[aria-disabled="true"],
&[aria-disabled="true"]:hover {
color: $gray-600;
color: $gray-500;
background: transparent;
transform: none;
}
Expand Down Expand Up @@ -205,7 +205,7 @@

&:disabled,
&[aria-disabled="true"] {
color: lighten($alert-red, 40%);
color: $gray-500;
}
}
}
Expand Down Expand Up @@ -237,7 +237,7 @@

&:disabled,
&[aria-disabled="true"] {
color: $gray-600;
color: $gray-500;
}
}

Expand Down

0 comments on commit 9157453

Please sign in to comment.