mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-18 09:37:59 +00:00
[#2398] Updating "leave community" button color
It should be red instead of blue Closes #2398
This commit is contained in:
parent
769ac7ee86
commit
78f7e0f4e0
@ -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)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user