diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-01-17 17:13:51 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-01-17 18:03:52 +0100 |
| commit | 68138f0dcd8b3db2c23b31a20508726f245b5ba5 (patch) | |
| tree | 0d6a31cfd0adcba4d4cb08666bc262bed6cb89ea /src/components/Icons/Search | |
| parent | 86d3e30ef02585d5089dce3aa2757ca2cb4e4edf (diff) | |
feat: implement dark mode
Diffstat (limited to 'src/components/Icons/Search')
| -rw-r--r-- | src/components/Icons/Search/Search.module.scss | 8 |
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; } |
