change text color and remove unused consts

This commit is contained in:
2022-05-20 20:44:55 +02:00
parent 461fc1c41f
commit a349089f3d
4 changed files with 1 additions and 7 deletions

View File

@@ -22,6 +22,7 @@ export default {
style() {
return {
backgroundColor: this.$store.getters.getUserData(this.user).mainColor,
color: 'black',
};
},
rangeShow: {