Made ability list tiles compatible with dark mode
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user