From 5365f1cb22e7c050908b5cbbae28979ff3199488 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Sun, 11 Jun 2023 23:02:47 +0200 Subject: [PATCH] fix: change Toast background to cream --- apps/website/src/style/molecules/_toast.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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%; - } } }