From 8be198f26e8e64e989044a25d46ee892ccbb8d00 Mon Sep 17 00:00:00 2001 From: Pascal Precht Date: Wed, 24 Mar 2021 12:42:41 +0100 Subject: [PATCH] fix(Login): make addresses in account list work in dark mode --- ui/onboarding/Login/AddressView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/onboarding/Login/AddressView.qml b/ui/onboarding/Login/AddressView.qml index 31c0c38d96..f018bebbf2 100644 --- a/ui/onboarding/Login/AddressView.qml +++ b/ui/onboarding/Login/AddressView.qml @@ -59,7 +59,7 @@ Rectangle { anchors.left: usernameText.left anchors.leftMargin: 0 font.pixelSize: 15 - color: Style.current.darkGrey + color: Style.current.secondaryText } StatusRadioButton {