Fixed spell casting buttons having the wrong color in dark mode

This commit is contained in:
Stefan Zermatten
2021-03-28 13:14:38 +02:00
parent 292d3c3f37
commit ecfe5f1360

View File

@@ -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
}
</style>