diff --git a/Plugins/PinDMs/PinDMs.plugin.js b/Plugins/PinDMs/PinDMs.plugin.js index 9664bd5ac9..80a72df74e 100644 --- a/Plugins/PinDMs/PinDMs.plugin.js +++ b/Plugins/PinDMs/PinDMs.plugin.js @@ -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)); -})(); \ No newline at end of file +})();