From 5392dd7ed0afa9f3e20aebd2ece70730a7748010 Mon Sep 17 00:00:00 2001 From: xiphon Date: Tue, 3 Sep 2019 18:45:59 +0000 Subject: [PATCH] TitleBar: change Light Theme icon from 'light bulb' to 'moon' --- components/TitleBar.qml | 4 ++-- 1 file 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