From f8874e2c19fdb5584be7bbde82632db827249bc6 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Mon, 4 Jan 2021 19:09:01 +0100 Subject: [PATCH] Frontend: Update "Sunrise" theme --- frontend/src/options/themes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/options/themes.json b/frontend/src/options/themes.json index dce2a2add..92e62e4a8 100644 --- a/frontend/src/options/themes.json +++ b/frontend/src/options/themes.json @@ -170,7 +170,7 @@ "sunrise": { "application": "#F5F5F5", "form": "#eeeeee", - "primary": "#FFCA28", + "primary": "#ffd740", "secondary-dark": "#212121", "secondary": "#bdbdbd", "secondary-light": "#e0e0e0",