File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 8686
8787 // Various toasts types
8888 & .toast-error {
89- border-left : 3px solid var (--color-error );
89+ border-left : 3px solid var (--color-element- error , var ( --color-error ) );
9090 }
9191
9292 & .toast-info {
93- border-left : 3px solid var (--color-primary );
93+ border-left : 3px solid var (--color-element-info , var ( --color- primary) );
9494 }
9595
9696 & .toast-warning {
97- border-left : 3px solid var (--color-warning );
97+ border-left : 3px solid var (--color-element- warning , var ( --color-warning ) );
9898 }
9999
100100 & .toast-success {
101- border-left : 3px solid var (--color-success );
101+ border-left : 3px solid var (--color-element- success , var ( --color-success ) );
102102 }
103103
104104 & .toast-undo {
105- border-left : 3px solid var (--color-success );
105+ border-left : 3px solid var (--color-element- success , var ( --color-success ) );
106106 }
107107
108108 & .toast-loading {
109- border-left : 3px solid var (--color-primary );
109+ border-left : 3px solid var (--color-element-info , var ( --color- primary) );
110110
111111 .toast-loader {
112112 display : inline-block ;
You can’t perform that action at this time.
0 commit comments