Skip to content

Commit

Permalink
Change text color
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>

Change text color

Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>

Fix quota bar appearance

Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>

Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
  • Loading branch information
Jerome-Herbinet committed Apr 28, 2023
1 parent 9787c4c commit 78ec670
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/settings/EditSelect.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@
position: absolute;
margin: 3px 0;
border-radius: var(--border-radius-large);
top: -7px;
top: -2px;
left: 0;
background-color: var(--color-loading-dark);
height: 3px;
background-color: var(--color-background-darker);
height: 100%;
color: var(--color-main-text);
}
}

0 comments on commit 78ec670

Please sign in to comment.