diff --git a/Plugins/ReadAllNotificationsButton/ReadAllNotificationsButton.plugin.js b/Plugins/ReadAllNotificationsButton/ReadAllNotificationsButton.plugin.js index f0c8aaf67f..3250e6fc1c 100644 --- a/Plugins/ReadAllNotificationsButton/ReadAllNotificationsButton.plugin.js +++ b/Plugins/ReadAllNotificationsButton/ReadAllNotificationsButton.plugin.js @@ -25,10 +25,10 @@ class ReadAllNotificationsButton { initConstructor () { this.css = ` - ${BDFDB.disCN._readallnotificationsbuttonframe} { + ${BDFDB.dotCN._readallnotificationsbuttonframe} { margin-bottom: 10px; } - ${BDFDB.disCN._readallnotificationsbuttonbutton} { + ${BDFDB.dotCN._readallnotificationsbuttonbutton} { cursor: pointer; border-radius: 4px; font-size: 12px;