mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-22 11:38:57 +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
|
id: adHocChatButton
|
||||||
icon.name: "edit"
|
icon.name: "edit"
|
||||||
objectName: "startChatButton"
|
objectName: "startChatButton"
|
||||||
|
icon.color: Theme.palette.directColor1
|
||||||
anchors.verticalCenter: communityHeader.verticalCenter
|
anchors.verticalCenter: communityHeader.verticalCenter
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.rightMargin: 14
|
anchors.rightMargin: Style.current.padding
|
||||||
checked: root.store.openCreateChat
|
checked: root.store.openCreateChat
|
||||||
highlighted: root.store.openCreateChat
|
highlighted: root.store.openCreateChat
|
||||||
onClicked: {
|
onClicked: {
|
||||||
|
@ -44,6 +44,7 @@ Item {
|
|||||||
anchors {
|
anchors {
|
||||||
fill: parent
|
fill: parent
|
||||||
margins: Style.current.padding
|
margins: Style.current.padding
|
||||||
|
topMargin: Style.current.smallPadding
|
||||||
bottomMargin: 0
|
bottomMargin: 0
|
||||||
}
|
}
|
||||||
spacing: Style.current.padding
|
spacing: Style.current.padding
|
||||||
|
Loading…
x
Reference in New Issue
Block a user