Account: fix theme switch label color

This commit is contained in:
selsta 2019-07-20 02:54:16 +02:00
parent 705439c78b
commit 7e40a810eb
No known key found for this signature in database
GPG key ID: 2EA0A99A8B07AE5E

View file

@ -101,8 +101,7 @@ Rectangle {
id: balanceAll
font.family: MoneroComponents.Style.fontMonoRegular.name;
font.pixelSize: 16
color: MoneroComponents.Style.dimmedFontColor
themeTransition: false
color: MoneroComponents.Style.defaultFontColor
MouseArea {
hoverEnabled: true
@ -135,8 +134,7 @@ Rectangle {
id: unlockedBalanceAll
font.family: MoneroComponents.Style.fontMonoRegular.name;
font.pixelSize: 16
color: MoneroComponents.Style.dimmedFontColor
themeTransition: false
color: MoneroComponents.Style.defaultFontColor
MouseArea {
hoverEnabled: true