Update FriendNotifications.plugin.js

This commit is contained in:
Mirco Wittrien 2022-12-11 17:49:16 +01:00 committed by GitHub
parent 4fdce5b73e
commit 8c292822ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -340,7 +340,7 @@ module.exports = (_ => {
"Right-Click on an Option to toggle",
BDFDB.ReactUtils.createElement("span", {
className: BDFDB.disCN._friendnotificationstypelabel,
style: {backgroundColor: BDFDB.DiscordConstants.ColorVariables["status-positive"]},
style: {backgroundColor: "var(--status-positive)"},
children: "Desktop"
}),
"Notifications for that User"
@ -365,7 +365,7 @@ module.exports = (_ => {
"Right-Click on an Option Header to toggle",
BDFDB.ReactUtils.createElement("span", {
className: BDFDB.disCN._friendnotificationstypelabel,
style: {backgroundColor: BDFDB.DiscordConstants.ColorVariables["status-positive"]},
style: {backgroundColor: "var(--status-positive)"},
children: "Desktop"
}),
"Notifications for all Users"
@ -388,7 +388,7 @@ module.exports = (_ => {
"/",
BDFDB.ReactUtils.createElement("span", {
className: BDFDB.disCN._friendnotificationstypelabel,
style: {backgroundColor: BDFDB.DiscordConstants.ColorVariables["status-positive"]},
style: {backgroundColor: "var(--status-positive)"},
children: "Desktop"
})
]