From f0434666a71ced8cc2cfb66ec931c0a49dd5efdf Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Sun, 11 Dec 2022 17:44:31 +0100 Subject: [PATCH] Update Translator.plugin.js --- Plugins/Translator/Translator.plugin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugins/Translator/Translator.plugin.js b/Plugins/Translator/Translator.plugin.js index d70e039051..392cb6026c 100644 --- a/Plugins/Translator/Translator.plugin.js +++ b/Plugins/Translator/Translator.plugin.js @@ -2,7 +2,7 @@ * @name Translator * @author DevilBro * @authorId 278543574059057154 - * @version 2.4.8 + * @version 2.4.9 * @description Allows you to translate Messages and your outgoing Messages within Discord * @invite Jx3TjNS * @donate https://www.paypal.me/MircoWittrien @@ -405,7 +405,7 @@ module.exports = (_ => { this.css = ` ${BDFDB.dotCN._translatortranslatebutton + BDFDB.dotCNS._translatortranslating + BDFDB.dotCN.textareaicon} { - color: ${BDFDB.DiscordConstants.ColorVariables["status-danger"]} !important; + color: var(--status-danger) !important; } ${BDFDB.dotCN._translatorconfigbutton} { margin: 2px 3px 0 6px;