From b65636ddcfae3fdc7fa84b0df26177b66be1e8d5 Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Mon, 9 Sep 2024 19:32:41 +0200 Subject: [PATCH] Update some theme colors - rosegold - crimson - minty miracles --- src/lib/ui/AppThemes.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/lib/ui/AppThemes.ts b/src/lib/ui/AppThemes.ts index 0e0866b0..362b437e 100644 --- a/src/lib/ui/AppThemes.ts +++ b/src/lib/ui/AppThemes.ts @@ -63,10 +63,10 @@ const themes = { muiTheme: { palette: { primary: { - main: '#f1a886', + main: '#E9A7A1', }, secondary: { - main: '#86cff1', + main: '#A1E3E9', }, }, }, @@ -105,10 +105,10 @@ const themes = { muiTheme: { palette: { primary: { - main: '#ff0033', + main: '#DC143C', }, secondary: { - main: '#00ffcc', + main: '#14DCB4', }, }, }, @@ -119,10 +119,10 @@ const themes = { muiTheme: { palette: { primary: { - main: '#9defc3', + main: '#5CE6A1', }, secondary: { - main: '#ef9dc9', + main: '#E65CA1', }, }, },