mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-21 11:08:55 +00:00
fix(LoginView): Fixed arrow icon size
This commit is contained in:
parent
cd2d289af9
commit
50de4594a5
@ -244,8 +244,6 @@ Item {
|
||||
height: 40
|
||||
type: StatusQControls.StatusRoundButton.Type.Secondary
|
||||
icon.name: "arrow-right"
|
||||
icon.width: 18
|
||||
icon.height: 14
|
||||
opacity: (loading || txtPassword.text.length > 0) ? 1 : 0
|
||||
anchors.left: txtPassword.right
|
||||
anchors.leftMargin: (loading || txtPassword.text.length > 0) ? Style.current.padding : Style.current.smallPadding
|
||||
|
Loading…
x
Reference in New Issue
Block a user