Skip to content

Commit

Permalink
fix palantir#6734 checkbox icon opacity issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHighsmith committed Apr 5, 2024
1 parent 0f8d6d9 commit a163f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/components/forms/_controls.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ $control-indicator-spacing: $pt-grid-size !default;
input:disabled#{$selector} ~ .#{$ns}-control-indicator {
background: $control-checked-background-color-disabled;
box-shadow: none;
color: rgba($white, 0.6);
color: rgba($white, 0.5);

@media (forced-colors: active) and (prefers-color-scheme: dark) {
background-color: $pt-high-contrast-mode-disabled-border-color;
Expand Down

0 comments on commit a163f6e

Please sign in to comment.