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