summaryrefslogtreecommitdiff
path: root/src/components/Search.module.scss
diff options
context:
space:
mode:
authorcubemaze <[email protected]>2023-05-13 12:34:05 +0800
committercubemaze <[email protected]>2023-05-13 12:56:33 +0800
commitf8364b79783394427c81360af7bd08ca2aaa9639 (patch)
tree42056204a77de83d2e51084d88ead4315f4ada11 /src/components/Search.module.scss
parentffa85a2aa3d6f2b0f5eedcfd795035e918fb6e63 (diff)
chore: theme style
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;