mirror of
https://github.com/Lissy93/web-check.git
synced 2024-11-07 17:05:53 +01:00
Adds overide styles for toast component
This commit is contained in:
parent
b5e53a33b0
commit
ae4a7ec1be
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user