fix(@desktop/wallet): Fix the emoji and text placement in the SendModal

fixes #7427
This commit is contained in:
Khushboo Mehta 2022-09-19 14:29:02 +02:00 committed by Khushboo-dev-cpp
parent 751d61df8b
commit db429b4961
1 changed files with 1 additions and 3 deletions

View File

@ -38,14 +38,12 @@ StatusFloatingButtonsSelector {
color: Theme.palette.baseColor3
StatusButton {
id: button
topPadding: 8
bottomPadding: 0
size: StatusBaseButton.Size.Tiny
implicitHeight: 32
leftPadding: 4
text: name
objectName: name
asset.emoji: !!emoji ? emoji: ""
asset.emojiSize: StatusQUtils.Emoji.size.middle
icon.name: !emoji ? "filled-account": ""
normalColor: "transparent"
hoverColor: Theme.palette.statusFloatingButtonHighlight