aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorxiphon <xiphon@protonmail.com>2019-09-03 18:45:59 +0000
committerxiphon <xiphon@protonmail.com>2019-09-03 18:51:12 +0000
commit5392dd7ed0afa9f3e20aebd2ece70730a7748010 (patch)
tree95616c3b2472d3e28606a33250952ff45ed12d7d /components
parent562c46660acda12c2818b9edaffd6c3f841b2113 (diff)
downloadmonzero-gui-5392dd7ed0afa9f3e20aebd2ece70730a7748010.tar.gz
monzero-gui-5392dd7ed0afa9f3e20aebd2ece70730a7748010.tar.xz
monzero-gui-5392dd7ed0afa9f3e20aebd2ece70730a7748010.zip
TitleBar: change Light Theme icon from 'light bulb' to 'moon'
Diffstat (limited to 'components')
-rw-r--r--components/TitleBar.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/TitleBar.qml b/components/TitleBar.qml
index feccdeb5..272a3b88 100644
--- a/components/TitleBar.qml
+++ b/components/TitleBar.qml
@@ -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