diff --git a/apps/website/src/style/molecules/_toast.scss b/apps/website/src/style/molecules/_toast.scss index dccc389..9f3ce58 100644 --- a/apps/website/src/style/molecules/_toast.scss +++ b/apps/website/src/style/molecules/_toast.scss @@ -3,7 +3,7 @@ align-items: center; padding: 8px; padding-right: 28px; - background: #fff; + background: $color-cream; border-radius: 8px; @include bp (md) { @@ -63,7 +63,6 @@ top: 0; left: 0; height: 100%; - } } }