summaryrefslogtreecommitdiffstats
path: root/src/components/Icons/Search/Search.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Icons/Search/Search.module.scss')
-rw-r--r--src/components/Icons/Search/Search.module.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/components/Icons/Search/Search.module.scss b/src/components/Icons/Search/Search.module.scss
index 7b506e8..4c42028 100644
--- a/src/components/Icons/Search/Search.module.scss
+++ b/src/components/Icons/Search/Search.module.scss
@@ -8,24 +8,24 @@
.big-handle {
fill: var(--color-primary-lighter);
- stroke: var(--color-border-dark);
+ stroke: var(--color-primary-darker);
stroke-width: 3;
}
.glass {
fill: var(--color-bg-opacity);
- stroke: var(--color-border-dark);
+ stroke: var(--color-primary-darker);
stroke-width: 2;
}
.upright {
fill: var(--color-primary-lighter);
- stroke: var(--color-border-dark);
+ stroke: var(--color-primary-darker);
stroke-width: 3;
}
.small-handle {
fill: var(--color-primary);
- stroke: var(--color-border-dark);
+ stroke: var(--color-primary-darker);
stroke-width: 2;
}