complete story 12.3
This commit is contained in:
@@ -42,8 +42,8 @@
|
||||
:class="{
|
||||
'bg-success text-white': toast.type === 'success',
|
||||
'bg-danger text-white': toast.type === 'error',
|
||||
'bg-warning text-charcoal': toast.type === 'warning',
|
||||
'bg-charcoal text-white': toast.type === 'info' || !toast.type
|
||||
'bg-warning text-text': toast.type === 'warning',
|
||||
'bg-primary text-white': toast.type === 'info' || !toast.type
|
||||
}"
|
||||
role="alert"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user