fix: change Toast background to cream

This commit is contained in:
2023-06-11 23:02:47 +02:00
parent ddef65da52
commit 5365f1cb22

View File

@@ -3,7 +3,7 @@
align-items: center; align-items: center;
padding: 8px; padding: 8px;
padding-right: 28px; padding-right: 28px;
background: #fff; background: $color-cream;
border-radius: 8px; border-radius: 8px;
@include bp (md) { @include bp (md) {
@@ -63,7 +63,6 @@
top: 0; top: 0;
left: 0; left: 0;
height: 100%; height: 100%;
} }
} }
} }