[#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…
Reference in New Issue