Changed primary color to red, since form elements default to it, secondary color is now grey

This commit is contained in:
Stefan Zermatten
2019-02-06 10:57:47 +02:00
parent 0e913b1f63
commit fe8e72d225
4 changed files with 4 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
const theme = {
primary: "#424242",
secondary: "#E53935",
primary: "#B71C1C",
secondary: "#424242",
accent: "#B71C1C",
error: "#f44336",
warning: "#FFB300",