diff --git a/src/components/Settings/TagsSettings.vue b/src/components/Settings/TagsSettings.vue index 39366c9b..058effa2 100644 --- a/src/components/Settings/TagsSettings.vue +++ b/src/components/Settings/TagsSettings.vue @@ -200,7 +200,7 @@ export default { this.tagName = ''; this.tagHex = this.defaultColor; this.exclusive = false; - this.tagTextColor = '#f4b41a', + this.tagTextColor = '#f4b41a'; this.$forceUpdate(); },