UX: change thread button in chat nav to use btn-transparent (#29186)

This commit is contained in:
chapoi 2024-10-14 09:25:27 +02:00 committed by GitHub
parent c949d95951
commit 1695971523
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ export default class ChatNavbarThreadsListButton extends Component {
"c-navbar__threads-list-button" "c-navbar__threads-list-button"
"btn" "btn"
"no-text" "no-text"
"btn-flat" "btn-transparent"
(if @channel.threadsManager.unreadThreadCount "has-unreads") (if @channel.threadsManager.unreadThreadCount "has-unreads")
}} }}
> >