fix redmond theme inputs being black on selected statuses

This commit is contained in:
Henry Jameson 2025-01-07 17:50:49 +02:00
commit 3cab1faaf4
2 changed files with 20 additions and 2 deletions

View file

@ -94,7 +94,7 @@ Button:toggled:pressed {
}
Input {
background: $mod(--bg -80);
background: $boost(--bg 20);
shadow: --defaultInputBevel;
roundness: 0
}