Skip to content

Commit

Permalink
update to color palette v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
100stacks committed Jul 26, 2021
1 parent 2f661b4 commit 2029539
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scss/components/toast/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ hx-toast {

&[type="success"] {
&::after {
border-left-color: $green-500;
border-left-color: var(--hxToast-success-border-left-color, $green-500);
border-left-color: $green-status-500;
border-left-color: var(--hxToast-success-border-left-color, $green-status-500);
}
}
}

0 comments on commit 2029539

Please sign in to comment.