diff options
author | 2024-09-05 18:49:06 +0100 | |
---|---|---|
committer | 2024-09-05 18:49:06 +0100 | |
commit | 8f7331c16f557629b5294a6cec62d225471547c8 (patch) | |
tree | 2cc102551cdaa0c3e934bf5ce286a74f141f2b32 | |
parent | Handle 401 and 403 on store page (diff) |
Add some overrides for toast notifications
-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; +} |