From cd37fa8e586a2f8cf0012fb6757288130962d017 Mon Sep 17 00:00:00 2001 From: Pascal Precht Date: Wed, 21 Jul 2021 11:52:10 +0200 Subject: [PATCH] fix(Communities): reintroduce danger list item for "leave community" button This was already one in https://github.com/status-im/status-desktop/commit/78f7e0f4e07448f7c634160e0b68308037dacb32 but due to lack of updated designs, it was accidently undone in the refactor of community modals. --- .../Chat/CommunityComponents/CommunityProfilePopupOverview.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/AppLayouts/Chat/CommunityComponents/CommunityProfilePopupOverview.qml b/ui/app/AppLayouts/Chat/CommunityComponents/CommunityProfilePopupOverview.qml index 8ace4dc661..97cb5b3008 100644 --- a/ui/app/AppLayouts/Chat/CommunityComponents/CommunityProfilePopupOverview.qml +++ b/ui/app/AppLayouts/Chat/CommunityComponents/CommunityProfilePopupOverview.qml @@ -134,7 +134,7 @@ Column { icon.height: 16 icon.width: 20 icon.rotation: 180 - type: StatusListItem.Type.Secondary + type: StatusListItem.Type.Danger sensor.onClicked: root.leaveButtonClicked() }