Skip to content

Commit 3d0a274

Browse files
committed
The background color of each line of the staff list with "contrast mode" on mobile devices has been set to a darker.
fixed #2625
1 parent ffe3bc4 commit 3d0a274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/styles/abstracts/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ $themes: (
264264
input-selection-text-color: $darkest,
265265
input-selection-background-color: $lightest,
266266
input-border-color: $middle-dark,
267-
search-background-color: $white,
267+
search-background-color: $darker,
268268
search-clear-background-color: $medium-dark,
269269
search-hover-text-color: $dark,
270270
search-hover-background-color: $yellow,

0 commit comments

Comments
 (0)