diff --git a/qt-mobile/qml/components/Label.qml b/qt-mobile/qml/components/Label.qml index 617e05245..acbc079e2 100644 --- a/qt-mobile/qml/components/Label.qml +++ b/qt-mobile/qml/components/Label.qml @@ -5,7 +5,5 @@ import QtQuick.Dialogs 1.2 import QtQuick.Layouts 1.1 Text { - - font.pointSize: 18 color: theme.textColor }