Skip to content

Commit

Permalink
apply color opacity when disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
retrofox committed May 7, 2024
1 parent d0bb447 commit d32e49e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/components/src/form-token-field/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,8 @@
color: $gray-600;

&.is-selected {
background: $gray-100;
color: $gray-100; // fallback
color: rgba ( 255, 255, 255, 0.5 );
}
}
}

0 comments on commit d32e49e

Please sign in to comment.