From 8ed8a29c614667fc6ea5a5cd5de03c76bf509a89 Mon Sep 17 00:00:00 2001 From: markgol777 Date: Tue, 3 Dec 2024 11:24:32 +0100 Subject: [PATCH] replaced the colors with color variables --- src/design-system/components/divider/Divider.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/design-system/components/divider/Divider.scss b/src/design-system/components/divider/Divider.scss index 9e8eac039..b2e71547f 100644 --- a/src/design-system/components/divider/Divider.scss +++ b/src/design-system/components/divider/Divider.scss @@ -5,7 +5,7 @@ } .#{$prefix}divider-md { - background-color: #9199a1; + background-color: $neutral-450; } .#{$prefix}divider { @@ -16,15 +16,15 @@ border-radius: 50%; &-sm { - background-color: #c8ccd0; + background-color: $neutral-250; } &-md { - background-color: #9199a1; + background-color: $neutral-450; } &-lg { - background-color: #9199a1; + background-color: $neutral-450; } &-small {