Update ThemeRepo.plugin.js

This commit is contained in:
Mirco Wittrien 2022-12-11 17:41:43 +01:00 committed by GitHub
parent bf2ea5e86e
commit c3212adeef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -73,12 +73,12 @@ module.exports = (_ => {
};
const buttonData = {
INSTALLED: {
backgroundColor: BDFDB.DiscordConstants.ColorVariables["status-positive"],
backgroundColor: "var(--status-positive)",
icon: "CHECKMARK",
text: "installed"
},
OUTDATED: {
backgroundColor: BDFDB.DiscordConstants.ColorVariables["status-danger"],
backgroundColor: "var(--status-danger)",
icon: "CLOSE",
text: "outdated"
},