mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 14:26:34 +00:00
does some fixes in the history tab
This commit is contained in:
parent
c5410b6536
commit
a0c5f8624c
@ -19,7 +19,8 @@ Item {
|
||||
anchors.right: parent.right
|
||||
anchors.left: parent.left
|
||||
height: 64
|
||||
color: isHovered ? "#f0f0f0" : "white"
|
||||
color: isHovered ? Style.current.secondaryBackground : Style.current.transparent
|
||||
radius: 8
|
||||
|
||||
Component.onCompleted: {
|
||||
for (let i = 0; i < tokenList.count; i++) {
|
||||
@ -62,6 +63,8 @@ Item {
|
||||
assetIcon.source = "../../img/tokens/0-native.png"
|
||||
}
|
||||
}
|
||||
|
||||
anchors.leftMargin: Style.current.padding
|
||||
}
|
||||
|
||||
StyledText {
|
||||
@ -146,6 +149,7 @@ Item {
|
||||
anchors.right: parent.right
|
||||
anchors.top: parent.top
|
||||
font.pixelSize: 15
|
||||
anchors.rightMargin: Style.current.smallPadding
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user