Skip to content

Commit f2abf27

Browse files
authored
Merge pull request #76 from SimplyEdit/fix/toast-warning
typofix in toast-warning
2 parents 2027a2e + fb60d34 commit f2abf27

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

components/1-styling/componentCss/simply-toast.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
--simply-toast-hide-duration: 0.5s;
66
--simply-toast-margin: 20px;
77
--simply-toast-error-color: rgb(253, 143, 143);
8-
--simply-toats-warning-color: #FFFFCC;
8+
--simply-toast-warning-color: #FFFFCC;
99
--simply-toast-info-color: rgb(140, 180, 250);
1010
--simply-toast-white: #FFF;
1111
--simply-toast-grey-50: #a8b4c0;

generated.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@
523523
--simply-toast-hide-duration: 0.5s;
524524
--simply-toast-margin: 20px;
525525
--simply-toast-error-color: rgb(253, 143, 143);
526-
--simply-toats-warning-color: #FFFFCC;
526+
--simply-toast-warning-color: #FFFFCC;
527527
--simply-toast-info-color: rgb(140, 180, 250);
528528
--simply-toast-white: #FFF;
529529
--simply-toast-grey-50: #a8b4c0;

0 commit comments

Comments
 (0)