summaryrefslogtreecommitdiff
path: root/src/components/Search.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Search.module.scss')
-rw-r--r--src/components/Search.module.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Search.module.scss b/src/components/Search.module.scss
index 58c20aa..cd3601b 100644
--- a/src/components/Search.module.scss
+++ b/src/components/Search.module.scss
@@ -28,7 +28,7 @@
border-radius: 20px;
border: 1px solid var(--color-input-border);
box-sizing: border-box;
- color: #c1c1c1;
+ color: var(--color-text-secondary);
display: inline-block;
font-size: inherit;
height: 40px;