🎨 Adjust toast notification styles with updated colors
This commit is contained in:
@@ -1100,13 +1100,13 @@ onMounted(() => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.toast.success {
|
.toast.success {
|
||||||
background: #2ecc71;
|
background: #229954;
|
||||||
color: white;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.toast.error {
|
.toast.error {
|
||||||
background: #e74c3c;
|
background: #c0392b;
|
||||||
color: white;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes slideIn {
|
@keyframes slideIn {
|
||||||
|
|||||||
Reference in New Issue
Block a user