Skip to content

Commit 969c5ad

Browse files
committed
MOBILE-4653 styles: Fix search box input text color
1 parent ec0a6ab commit 969c5ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/features/search/components/search-box/search-box.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
border: 1px solid var(--core-search-box-border-color);
1616
border-radius: var(--core-search-box-border-radius);
1717
background: var(--core-search-box-background);
18-
color: var(--core-search-box-border-color);
18+
color: var(--core-search-box-color);
1919

2020
--min-height: var(--search-height);
2121

0 commit comments

Comments
 (0)