subsurface/qt-mobile/qml/components/Label.qml
Sebastian Kügler 3c1d7c0074 port these as well to mobilecomponents
Signed-off-by: Sebastian Kügler <sebas@kde.org>
2015-11-29 17:30:41 +01:00

6 lines
133 B
QML

import QtQuick 2.5
import org.kde.plasma.mobilecomponents 0.2 as MobileComponents
Text {
color: MobileComponents.Theme.textColor
}