From fdcaa1c1ed0205b8a4e7673694a60c7e7ea9c607 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mose=20M=C3=BCller?= Date: Mon, 27 Nov 2023 15:41:40 +0100 Subject: [PATCH] udpates App.css --- frontend/src/App.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/frontend/src/App.css b/frontend/src/App.css index 8d19db0..663da2f 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -17,10 +17,13 @@ input.instantUpdate { position: fixed !important; padding: 5px; } -.notificationToast { +.debugToast, .infoToast { background-color: rgba(114, 214, 253, 0.5) !important; } -.exceptionToast { +.warningToast { + background-color: rgba(255, 181, 44, 0.603) !important; +} +.errorToast, .exceptionToast { background-color: rgba(216, 41, 18, 0.678) !important; } .buttonComponent {