diff --git a/app/src/modules/settings/routes/translation-strings/translation-strings-drawer.vue b/app/src/modules/settings/routes/translation-strings/translation-strings-drawer.vue index cb4cca90ef..8b76b31181 100644 --- a/app/src/modules/settings/routes/translation-strings/translation-strings-drawer.vue +++ b/app/src/modules/settings/routes/translation-strings/translation-strings-drawer.vue @@ -208,7 +208,7 @@ async function deleteCurrentTranslationString() { padding-bottom: var(--content-padding-bottom); } .v-button.delete-action { - --v-button-background-color-hover: var(--danger); - --v-button-color-hover: var(--foreground-inverted); + --v-button-background-color-hover: var(--danger) !important; + --v-button-color-hover: var(--foreground-inverted) !important; }