Skip to content

Commit

Permalink
Fix barely visible text in disabled text inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtcode committed Feb 1, 2024
1 parent 46e999a commit 5b1f20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/stylesheets/components/_modal-popup.scss
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
height: 22px;

&:disabled {
color: var(--fill-quinary);
color: var(--fill-tertiary);
}
}

Expand Down

0 comments on commit 5b1f20d

Please sign in to comment.