fix(StatusMessage): Reduced top+bottom margins based on figma spec

Closes #7318
This commit is contained in:
Alexandra Betouni 2022-10-25 17:45:02 +03:00 committed by Alexandra Betouni
parent 752574cfdb
commit ea9a715602
1 changed files with 2 additions and 2 deletions

View File

@ -209,8 +209,8 @@ Rectangle {
ColumnLayout {
id: messageLayout
anchors.fill: parent
anchors.topMargin: 8
anchors.bottomMargin: 8
anchors.topMargin: 2
anchors.bottomMargin: 2
Loader {
Layout.fillWidth: true