diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-01-16 18:23:20 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-01-16 18:23:20 +0100 |
| commit | 90ffd597a35891f71665ee442b90e99d6e579118 (patch) | |
| tree | 9da836da4d0334b7eb46a68a665b44f10607c8b1 /src/components/Icons/Home | |
| parent | 395069f8cecd2deab2dfe1a2d7b97f379413e009 (diff) | |
refactor(styles): rename shadow and border variables
Diffstat (limited to 'src/components/Icons/Home')
| -rw-r--r-- | src/components/Icons/Home/Home.module.scss | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/components/Icons/Home/Home.module.scss b/src/components/Icons/Home/Home.module.scss index 2e1df3a..6eb88c4 100644 --- a/src/components/Icons/Home/Home.module.scss +++ b/src/components/Icons/Home/Home.module.scss @@ -8,35 +8,35 @@ .wall { fill: var(--color-bg); - stroke: var(--color-border); + stroke: var(--color-border-dark); stroke-width: 4; } .indoor { - fill: var(--color-shadow); - stroke: var(--color-border); + fill: var(--color-shadow-dark); + stroke: var(--color-border-dark); stroke-width: 4; } .door { fill: var(--color-primary-lighter); - stroke: var(--color-border); + stroke: var(--color-border-dark); stroke-width: 4; } .roof { fill: var(--color-primary-lighter); - stroke: var(--color-border); + stroke: var(--color-border-dark); stroke-width: 4; } .chimney { fill: var(--color-bg); - stroke: var(--color-border); + stroke: var(--color-border-dark); stroke-width: 4; } .lines { - fill: var(--color-border); + fill: var(--color-border-dark); stroke-width: 4; } |
