Skip to content

Commit 1bc1f87

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/sass/base/elements/_body.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ body {
3535

3636
svg {
3737
&:not(.stroke-based) {
38-
fill: $color__white;
38+
fill: $color__white; // change the default color to white
3939
}
4040
}
4141
}

0 commit comments

Comments
 (0)