mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 08:17:59 +00:00
Merge pull request #2302
7e40a81
Account: fix theme switch label color (selsta)
This commit is contained in:
commit
a65222d057
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue