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",
}