From 8f7331c16f557629b5294a6cec62d225471547c8 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Thu, 5 Sep 2024 18:49:06 +0100 Subject: Add some overrides for toast notifications --- thallium-frontend/src/styles/toast-overrides.css | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 thallium-frontend/src/styles/toast-overrides.css 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; +} -- cgit v1.2.3