diff --git a/plugins/chat/assets/javascripts/discourse/components/chat-thread-tracking-dropdown.js b/plugins/chat/assets/javascripts/discourse/components/chat-thread-tracking-dropdown.js index 01590fcc7e3..4302d62cdd2 100644 --- a/plugins/chat/assets/javascripts/discourse/components/chat-thread-tracking-dropdown.js +++ b/plugins/chat/assets/javascripts/discourse/components/chat-thread-tracking-dropdown.js @@ -11,6 +11,7 @@ import { threadNotificationButtonLevels } from "discourse/plugins/chat/discourse i18nPrefix: "chat.thread.notifications", showFullTitle: false, btnCustomClasses: "btn-flat", + customStyle: true, }) @pluginApiIdentifiers("thread-notifications-button") export default class ChatThreadTrackingDropdown extends NotificationsButtonComponent {