Skip to content

Commit

Permalink
fix checkbox visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD authored and NotThorny committed May 20, 2023
1 parent 2f22ce9 commit 9060e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/components/common/Checkbox.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

.CheckboxDisplay img {
height: 100%;
filter: invert(99%) sepia(0%) saturate(1188%) hue-rotate(186deg) brightness(97%) contrast(67%);
filter: invert(60%);
}

.Checkbox label {
Expand Down

0 comments on commit 9060e90

Please sign in to comment.