Adds overide styles for toast component

This commit is contained in:
Alicia Sykes 2023-07-07 20:58:50 +01:00
parent b5e53a33b0
commit ae4a7ec1be

View File

@ -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;
}