diff --git a/ui/shared/status/StatusWalletColorSelect.qml b/ui/shared/status/StatusWalletColorSelect.qml index 079c16d7ac..e086b86003 100644 --- a/ui/shared/status/StatusWalletColorSelect.qml +++ b/ui/shared/status/StatusWalletColorSelect.qml @@ -10,7 +10,7 @@ Item { property string selectedColor property string label: qsTr("Account color") property var model - height: chilrenRect.height + height: childrenRect.height StyledText { id: label