diff --git a/ui/app/AppLayouts/Chat/CommunityComponents/CommunityProfilePopupOverview.qml b/ui/app/AppLayouts/Chat/CommunityComponents/CommunityProfilePopupOverview.qml index f0934701d1..f4a08adc4b 100644 --- a/ui/app/AppLayouts/Chat/CommunityComponents/CommunityProfilePopupOverview.qml +++ b/ui/app/AppLayouts/Chat/CommunityComponents/CommunityProfilePopupOverview.qml @@ -228,7 +228,8 @@ Item { //% "Leave community" label: qsTrId("leave-community") iconName: "leave" - type: globalSettings.theme === Universal.Dark ? "secondary" : "primary" + type: "warn" + txtColor: Style.current.red onClicked: chatsModel.communities.leaveCommunity(communityId) } }