aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Icons/Hamburger/Hamburger.module.scss
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-01-17 17:13:51 +0100
committerArmand Philippot <git@armandphilippot.com>2022-01-17 18:03:52 +0100
commit68138f0dcd8b3db2c23b31a20508726f245b5ba5 (patch)
tree0d6a31cfd0adcba4d4cb08666bc262bed6cb89ea /src/components/Icons/Hamburger/Hamburger.module.scss
parent86d3e30ef02585d5089dce3aa2757ca2cb4e4edf (diff)
feat: implement dark mode
Diffstat (limited to 'src/components/Icons/Hamburger/Hamburger.module.scss')
-rw-r--r--src/components/Icons/Hamburger/Hamburger.module.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Icons/Hamburger/Hamburger.module.scss b/src/components/Icons/Hamburger/Hamburger.module.scss
index 07cbe50..f38df4e 100644
--- a/src/components/Icons/Hamburger/Hamburger.module.scss
+++ b/src/components/Icons/Hamburger/Hamburger.module.scss
@@ -12,7 +12,7 @@
var(--color-primary-light) 0%,
var(--color-primary-lighter) 100%
);
- border: fun.convert-px(1) solid var(--color-border-dark);
+ border: fun.convert-px(1) solid var(--color-primary-darker);
border-radius: fun.convert-px(3);
display: block;
width: var(--btn-size, fun.convert-px(50));