UX: remove btn-default class from chat thread tracking dropdown (#28789)

This commit is contained in:
Kris
2024-09-06 16:14:29 -04:00
committed by GitHub
parent 348abeecb1
commit deb751dfe3

View File

@ -11,6 +11,7 @@ import { threadNotificationButtonLevels } from "discourse/plugins/chat/discourse
i18nPrefix: "chat.thread.notifications", i18nPrefix: "chat.thread.notifications",
showFullTitle: false, showFullTitle: false,
btnCustomClasses: "btn-flat", btnCustomClasses: "btn-flat",
customStyle: true,
}) })
@pluginApiIdentifiers("thread-notifications-button") @pluginApiIdentifiers("thread-notifications-button")
export default class ChatThreadTrackingDropdown extends NotificationsButtonComponent { export default class ChatThreadTrackingDropdown extends NotificationsButtonComponent {