fix(StatusCommunityCard): Added implicit width and height (#739)

Fixes https://github.com/status-im/status-desktop/issues/6206
This commit is contained in:
Noelia 2022-06-22 22:48:10 +02:00 committed by Michał Cieślak
parent 679096e12e
commit eddea24c63
1 changed files with 2 additions and 2 deletions

View File

@ -160,8 +160,8 @@ Rectangle {
}
}
width: d.cardWidth
height: d.totalHeigth
implicitWidth: d.cardWidth
implicitHeight: d.totalHeigth
radius: d.bannerRadius
color: "transparent"
layer.enabled: true