Update ThemeRepo.plugin.js
This commit is contained in:
parent
bf2ea5e86e
commit
c3212adeef
|
@ -73,12 +73,12 @@ module.exports = (_ => {
|
||||||
};
|
};
|
||||||
const buttonData = {
|
const buttonData = {
|
||||||
INSTALLED: {
|
INSTALLED: {
|
||||||
backgroundColor: BDFDB.DiscordConstants.ColorVariables["status-positive"],
|
backgroundColor: "var(--status-positive)",
|
||||||
icon: "CHECKMARK",
|
icon: "CHECKMARK",
|
||||||
text: "installed"
|
text: "installed"
|
||||||
},
|
},
|
||||||
OUTDATED: {
|
OUTDATED: {
|
||||||
backgroundColor: BDFDB.DiscordConstants.ColorVariables["status-danger"],
|
backgroundColor: "var(--status-danger)",
|
||||||
icon: "CLOSE",
|
icon: "CLOSE",
|
||||||
text: "outdated"
|
text: "outdated"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue