fix(Login): make addresses in account list work in dark mode

This commit is contained in:
Pascal Precht 2021-03-24 12:42:41 +01:00 committed by Iuri Matias
parent bb932ac35e
commit 8be198f26e
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ Rectangle {
anchors.left: usernameText.left
anchors.leftMargin: 0
font.pixelSize: 15
color: Style.current.darkGrey
color: Style.current.secondaryText
}
StatusRadioButton {