Skip to content

Commit c201888

Browse files
authored
[Fix] Gruvbox Dark on-screen keyboard button color (#4936)
* Set OSK button background * Misc: Fix syntax error in unrelated declaration
1 parent 1df1c59 commit c201888

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/frontend/themes.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,8 @@ body.gruvbox_dark {
214214
--primary-hover: #83a598;
215215
--danger: #9e2c28;
216216
--danger-hover: #f05d4d;
217-
--anticheat-denied: #9e2c28 --anticheat-broken: #af3a03;
217+
--anticheat-denied: #9e2c28;
218+
--anticheat-broken: #af3a03;
218219
--anticheat-running: #076678;
219220
--anticheat-supported: #79740e;
220221
--anticheat-planned: #8f3f71;
@@ -226,6 +227,7 @@ body.gruvbox_dark {
226227
--icon-disabled: #928374;
227228
--success-button: #9bce6b;
228229
--secondary-button: #e2951a;
230+
--osk-button-background: var(--input-background);
229231
}
230232

231233
body.high-contrast {

0 commit comments

Comments
 (0)