summaryrefslogtreecommitdiffstats
path: root/src/components/Icons/Contact/Contact.module.scss
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-01-16 18:23:20 +0100
committerArmand Philippot <git@armandphilippot.com>2022-01-16 18:23:20 +0100
commit90ffd597a35891f71665ee442b90e99d6e579118 (patch)
tree9da836da4d0334b7eb46a68a665b44f10607c8b1 /src/components/Icons/Contact/Contact.module.scss
parent395069f8cecd2deab2dfe1a2d7b97f379413e009 (diff)
refactor(styles): rename shadow and border variables
Diffstat (limited to 'src/components/Icons/Contact/Contact.module.scss')
-rw-r--r--src/components/Icons/Contact/Contact.module.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/components/Icons/Contact/Contact.module.scss b/src/components/Icons/Contact/Contact.module.scss
index cf4b03e..5c0040e 100644
--- a/src/components/Icons/Contact/Contact.module.scss
+++ b/src/components/Icons/Contact/Contact.module.scss
@@ -8,22 +8,22 @@
.envelop {
fill: var(--color-primary-lighter);
- stroke: var(--color-border);
+ stroke: var(--color-border-dark);
stroke-width: 4;
}
.lines {
- fill: var(--color-border);
+ fill: var(--color-border-dark);
}
.background {
fill: var(--color-shadow-dark);
- stroke: var(--color-border);
+ stroke: var(--color-border-dark);
stroke-width: 4;
}
.paper {
fill: var(--color-bg);
- stroke: var(--color-border);
+ stroke: var(--color-border-dark);
stroke-width: 4;
}