Merge pull request #2358

5392dd7 TitleBar: change Light Theme icon from 'light bulb' to 'moon' (xiphon)
pull/2/head
luigi1111 5 years ago
commit a267712d10
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

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