Made ability list tiles compatible with dark mode

This commit is contained in:
Stefan Zermatten
2019-02-13 15:47:25 +02:00
parent ad7a485778
commit 3f6b3fe4c1
2 changed files with 9 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
const theme = {
primary: "#B71C1C",
secondary: "#424242",
accent: "#f44336",
accent: "#B71C1C",
error: "#FF6D00",
warning: "#FFB300",
info: "#5C6BC0",
@@ -11,7 +11,7 @@ const theme = {
const darkTheme = {
primary: "#f44336",
secondary: "#424242",
accent: "#B71C1C",
accent: "#f44336",
error: "#FF6D00",
warning: "#FFB300",
info: "#5C6BC0",