From ae4a7ec1be1887b887c08b30c1a8a63a40d1ae7f Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Fri, 7 Jul 2023 20:58:50 +0100 Subject: [PATCH] Adds overide styles for toast component --- src/index.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/index.css b/src/index.css index 63f3682..5ab1c57 100644 --- a/src/index.css +++ b/src/index.css @@ -32,3 +32,11 @@ svg.rsm-svg { background: #2a3240; border-radius: 6px; } + +:root { + --toastify-color-dark: #111927 !important; + --toastify-color-info: #04e4f4 !important; + --toastify-color-success: #20e253 !important; + --toastify-color-warning: #f6f000 !important; + --toastify-color-error: #f80363 !important; +}