Skip to content

Commit c04c2a1

Browse files
susnuxbackportbot[bot]
authored andcommitted
fix: adjust background color of quota select
Ensure that it is accessible on dark and light theme. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 26c288f commit c04c2a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/settings/EditSelect.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
top: 0;
2727
left: 0;
2828
margin: 0;
29-
background-color: transparent;
29+
background-color: var(--color-main-background);
3030
}
3131

3232
.quotabar-holder {

0 commit comments

Comments
 (0)