fix(CreateChatView): Updated top margin based on designs

Closes #6352
This commit is contained in:
Alexandra Betouni 2022-07-12 16:16:33 +03:00 committed by Alexandra Betouni
parent cd5042e389
commit 48229e94c8
1 changed files with 2 additions and 1 deletions

View File

@ -81,8 +81,9 @@ Page {
// TODO: Could it be replaced to `GroupChatPanel`?
header: RowLayout {
id: headerRow
anchors.top: parent.top
anchors.topMargin: Style.current.halfPadding
height: tagSelector.height
anchors.topMargin: 8
clip: true
StatusTagSelector {
id: tagSelector