mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-21 19:18:53 +00:00
fix(Chat/CommunityColumn): Create new chat button looks inconsistent across views
Added consistency between chat / community views: Colour and button position modified to be the same. Fixes #7648
This commit is contained in:
parent
de2c421b5e
commit
2716e8a7c9
@ -74,9 +74,10 @@ Item {
|
||||
id: adHocChatButton
|
||||
icon.name: "edit"
|
||||
objectName: "startChatButton"
|
||||
icon.color: Theme.palette.directColor1
|
||||
anchors.verticalCenter: communityHeader.verticalCenter
|
||||
anchors.right: parent.right
|
||||
anchors.rightMargin: 14
|
||||
anchors.rightMargin: Style.current.padding
|
||||
checked: root.store.openCreateChat
|
||||
highlighted: root.store.openCreateChat
|
||||
onClicked: {
|
||||
|
@ -44,6 +44,7 @@ Item {
|
||||
anchors {
|
||||
fill: parent
|
||||
margins: Style.current.padding
|
||||
topMargin: Style.current.smallPadding
|
||||
bottomMargin: 0
|
||||
}
|
||||
spacing: Style.current.padding
|
||||
|
Loading…
x
Reference in New Issue
Block a user