From 90ffd597a35891f71665ee442b90e99d6e579118 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Sun, 16 Jan 2022 18:23:20 +0100 Subject: refactor(styles): rename shadow and border variables --- src/components/PostsList/PostsList.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/PostsList/PostsList.module.scss') diff --git a/src/components/PostsList/PostsList.module.scss b/src/components/PostsList/PostsList.module.scss index 5d3ee95..ff36e74 100644 --- a/src/components/PostsList/PostsList.module.scss +++ b/src/components/PostsList/PostsList.module.scss @@ -33,7 +33,7 @@ } li.item { - border-bottom: fun.convert-px(1) solid var(--color-border-light); + border-bottom: fun.convert-px(1) solid var(--color-border); &:not(:last-of-type) { margin: 0 0 var(--spacing-md) 0; -- cgit v1.2.3