diff --git a/components/TitleBar.qml b/components/TitleBar.qml index a0bdb021..cf35f952 100644 --- a/components/TitleBar.qml +++ b/components/TitleBar.qml @@ -158,7 +158,7 @@ Rectangle { text: FontAwesome.moonO font.family: MoneroComponents.Style.blackTheme ? FontAwesome.fontFamilySolid : FontAwesome.fontFamily font.styleName: MoneroComponents.Style.blackTheme ? "Solid" : "Regular" - font.pixelSize: 16 + font.pixelSize: 15 color: MoneroComponents.Style.defaultFontColor anchors.verticalCenter: parent.verticalCenter anchors.horizontalCenter: parent.horizontalCenter