This commit is contained in:
Mirco Wittrien 2020-12-21 20:30:23 +01:00
commit 7e163e1fa5
1 changed files with 2 additions and 2 deletions

View File

@ -570,7 +570,7 @@ module.exports = (_ => {
settings.showCategoryAmount ? BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.Badges.NumberBadge, {
className: BDFDB.disCN._pindmspinnedchannelsheaderamount,
count: foundDMs.length,
style: {backgroundColor: BDFDB.DiscordConstants.Colors.BRAND}
style: {backgroundColor: "var(--bdfdb-blurple)"}
}) : null,
BDFDB.ReactUtils.createElement("div", {
className: BDFDB.disCNS._pindmspinnedchannelsheaderarrow + BDFDB.disCNS.channelheadericonwrapper + BDFDB.disCN.channelheadericonclickable,
@ -1359,4 +1359,4 @@ module.exports = (_ => {
}
};
})(window.BDFDB_Global.PluginUtils.buildPlugin(config));
})();
})();