Skip to content

Commit

Permalink
replaced the colors with color variables
Browse files Browse the repository at this point in the history
  • Loading branch information
markgol777 committed Dec 3, 2024
1 parent b59fa88 commit 8ed8a29
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/design-system/components/divider/Divider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}

.#{$prefix}divider-md {
background-color: #9199a1;
background-color: $neutral-450;
}

.#{$prefix}divider {
Expand All @@ -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 {
Expand Down

0 comments on commit 8ed8a29

Please sign in to comment.