fix(@desktop/wallet): Fix the emoji and text placement in the SendModal
fixes #7427
This commit is contained in:
parent
751d61df8b
commit
db429b4961
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue