1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-05 05:25:26 +02:00

info default theme color

This commit is contained in:
Hayden 2021-01-03 12:10:02 -09:00
parent a2e278b344
commit 6e18fcdf76

View file

@ -21,7 +21,7 @@ def generate_default_theme():
"accent": "#00457A",
"secondary": "#973542",
"success": "#5AB1BB",
"info": "#FFFD99",
"info": "#4990BA",
"warning": "#FF4081",
"error": "#EF5350",
}