changed primary color

This commit is contained in:
2024-02-22 12:50:58 +01:00
parent ce61678e1e
commit f5d61eb41d

View File

@@ -4,5 +4,5 @@ var color map[string]string = map[string]string{
"red": "#FF6B6B",
"yellow": "#FFD93D",
"green": "#6BCB77",
"primary": "#4D96FF",
"primary": "#211951",
}