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
|
color: Theme.palette.baseColor3
|
||||||
StatusButton {
|
StatusButton {
|
||||||
id: button
|
id: button
|
||||||
topPadding: 8
|
size: StatusBaseButton.Size.Tiny
|
||||||
bottomPadding: 0
|
|
||||||
implicitHeight: 32
|
implicitHeight: 32
|
||||||
leftPadding: 4
|
leftPadding: 4
|
||||||
text: name
|
text: name
|
||||||
objectName: name
|
objectName: name
|
||||||
asset.emoji: !!emoji ? emoji: ""
|
asset.emoji: !!emoji ? emoji: ""
|
||||||
asset.emojiSize: StatusQUtils.Emoji.size.middle
|
|
||||||
icon.name: !emoji ? "filled-account": ""
|
icon.name: !emoji ? "filled-account": ""
|
||||||
normalColor: "transparent"
|
normalColor: "transparent"
|
||||||
hoverColor: Theme.palette.statusFloatingButtonHighlight
|
hoverColor: Theme.palette.statusFloatingButtonHighlight
|
||||||
|
|
Loading…
Reference in New Issue