Skip to content

Commit 9518210

Browse files
author
AlexD
authored
Merge pull request #8 from sir-alex/feature/chromatic-test
Feature/chromatic test
2 parents c762c65 + 194d9c9 commit 9518210

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

projects/lfx-component-lib/src/lib/containers/toast/toast.component.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
}
1515
&.warning {
1616
background-color: $orange-50;
17-
border-left-color: $orange-700;
17+
border-left-color: $orange-500;
1818
}
1919
&.success {
2020
background-color: $green-50;
21-
border-left-color: $green-900;
21+
border-left-color: $green-500;
2222
}
2323
&.error {
2424
background-color: $red-50;
25-
border-left-color: $red-700;
25+
border-left-color: $red-200;
2626
}
2727
}

0 commit comments

Comments
 (0)