diff options
-rw-r--r-- | thallium-frontend/src/styles/toast-overrides.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/thallium-frontend/src/styles/toast-overrides.css b/thallium-frontend/src/styles/toast-overrides.css new file mode 100644 index 0000000..cb6dca1 --- /dev/null +++ b/thallium-frontend/src/styles/toast-overrides.css @@ -0,0 +1,6 @@ +:root { + --toastify-toast-bd-radius: 0px; + --toastify-color-progress-light: #bb86fc; + --toastify-color-dark: #252525; + --toastify-font-family: inherit; +} |