Skip to content

Commit

Permalink
fix(CreateChatView): Updated top margin based on designs
Browse files Browse the repository at this point in the history
Closes #6352
  • Loading branch information
alexandraB99 committed Jul 15, 2022
1 parent cd5042e commit d023801
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/app/AppLayouts/Chat/views/CreateChatView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d023801

Please sign in to comment.