mirror of
https://github.com/monero-project/monero-gui
synced 2024-12-28 23:56:22 +01:00
TitleBar: change Light Theme icon from 'light bulb' to 'moon'
This commit is contained in:
parent
562c46660a
commit
5392dd7ed0
@ -156,8 +156,8 @@ Rectangle {
|
||||
Layout.preferredHeight: parent.height
|
||||
|
||||
Text {
|
||||
text: MoneroComponents.Style.blackTheme ? FontAwesome.lightbulbO : FontAwesome.moonO
|
||||
font.family: FontAwesome.fontFamily
|
||||
text: FontAwesome.moonO
|
||||
font.family: MoneroComponents.Style.blackTheme ? FontAwesome.fontFamilySolid : FontAwesome.fontFamily
|
||||
font.pixelSize: 16
|
||||
color: MoneroComponents.Style.defaultFontColor
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
|
Loading…
Reference in New Issue
Block a user