Merge pull request #2302

7e40a81 Account: fix theme switch label color (selsta)
This commit is contained in:
luigi1111 2019-07-22 13:35:24 -05:00
commit a65222d057
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

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