switcher button bg color was grey on windows

This commit is contained in:
Michael Shanks 2020-06-01 21:47:31 +01:00
parent 7002cd43a8
commit bda4937c45
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@
font-weight: 700; font-weight: 700;
color: var(--ink-lighter); color: var(--ink-lighter);
margin-right: 20px; margin-right: 20px;
background-color: var(--white);
} }
.switcher > .selected { .switcher > .selected {