From ba83d0f1cf15fe407c1f9ae91377160d9053b5e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Dudfield?= Date: Fri, 30 Aug 2024 19:35:16 +0200 Subject: [PATCH] frontend: Fix dark theme error.light to be lighter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: René Dudfield --- frontend/src/lib/themes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/themes.ts b/frontend/src/lib/themes.ts index f13a232d81..1a02dcd954 100644 --- a/frontend/src/lib/themes.ts +++ b/frontend/src/lib/themes.ts @@ -252,7 +252,7 @@ const darkTheme = createTheme({ }, error: { main: red['800'], - light: 'rgba(244, 67, 54, 0.2)', + light: red['300'], }, home: { status: {