1
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:
xiphon 2019-09-03 18:45:59 +00:00
parent 562c46660a
commit 5392dd7ed0

View File

@ -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