mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Fix input checkbox styling being incorrect on light theme
This commit is contained in:
parent
cb7458db77
commit
1f772e4bdc
@ -88,7 +88,7 @@
|
||||
--settings-modal-bg: rgb(202, 204, 206);
|
||||
|
||||
// Input
|
||||
--input-checkbox-bg: rgb(90, 90, 120);
|
||||
--input-checkbox-bg: rgb(167, 167, 171);
|
||||
--input-checkbox-checked-bg: rgb(235, 185, 5);
|
||||
--input-checkbox-checked-tick: rgb(0, 0, 0);
|
||||
--input-border-color: rgb(0, 0, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user