Skip to content

Commit fcf637d

Browse files
committed
Fix the search form default color
1 parent ef80cd8 commit fcf637d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

assets/sass/abstracts/variables/_colors.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ $color__border-input: #ccc;
2020
$color__border-abbr: #666;
2121

2222
$color__primary: #212121;
23+
$color__white: #ffffff;
2324
$color__grey: #666666;
2425
$color__hover: #757575;

assets/sass/base/elements/_body.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,11 @@ body {
3232
.ws-svg-icon {
3333
width: 24px;
3434
height: 24px;
35+
36+
svg {
37+
&:not(.stroke-based) {
38+
fill: $color__white;
39+
}
40+
}
3541
}
3642
}

0 commit comments

Comments
 (0)