Skip to content

Commit

Permalink
Merge pull request #2358
Browse files Browse the repository at this point in the history
5392dd7 TitleBar: change Light Theme icon from 'light bulb' to 'moon' (xiphon)
  • Loading branch information
luigi1111 committed Sep 4, 2019
2 parents 0abaae0 + 5392dd7 commit a267712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/TitleBar.qml
Expand Up @@ -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
Expand Down

0 comments on commit a267712

Please sign in to comment.