From deb751dfe391c395c35f05c5a397f0ba3cb2f23f Mon Sep 17 00:00:00 2001 From: Kris Date: Fri, 6 Sep 2024 16:14:29 -0400 Subject: [PATCH] UX: remove btn-default class from chat thread tracking dropdown (#28789) --- .../discourse/components/chat-thread-tracking-dropdown.js | 1 + 1 file changed, 1 insertion(+) 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 {