diff --git a/qml/component/MaterialIcon.qml b/qml/component/MaterialIcon.qml index 9e7a1d9..2730a2e 100644 --- a/qml/component/MaterialIcon.qml +++ b/qml/component/MaterialIcon.qml @@ -8,6 +8,7 @@ Text { id: materialLabel + color: MSettings.darkTheme ? "white" : "dark" font.pointSize: 16 font.family: materialFont.name horizontalAlignment: Text.AlignHCenter diff --git a/qml/main.qml b/qml/main.qml index 19497f2..43c382a 100644 --- a/qml/main.qml +++ b/qml/main.qml @@ -61,7 +61,7 @@ ApplicationWindow { id: errorDialog title: error + " Error" - contentItem: Label { text: errorDialog.detail } + contentItem: Label { text: errorDialog.detail } } Component {