From ecfe5f13601b65c84a3aeac99cd9d120d9d21875 Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Sun, 28 Mar 2021 13:14:38 +0200 Subject: [PATCH] Fixed spell casting buttons having the wrong color in dark mode --- .../ui/properties/components/attributes/SpellSlotListTile.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/imports/ui/properties/components/attributes/SpellSlotListTile.vue b/app/imports/ui/properties/components/attributes/SpellSlotListTile.vue index 7f660d60..d5687581 100644 --- a/app/imports/ui/properties/components/attributes/SpellSlotListTile.vue +++ b/app/imports/ui/properties/components/attributes/SpellSlotListTile.vue @@ -105,7 +105,4 @@ export default { .theme--dark .max-value { color: rgba(255, 255, 255, 0.54); } - .primary--text .v-icon, .primary--text .max-value, .primary--text .current-value, .primary--text .v-list__tile__sub-title { - color: #b71c1c - }