aboutsummaryrefslogtreecommitdiffstats
path: root/qt-mobile/qml/components/Label.qml
blob: 65af7e0dbe7240719b7ef5049bf6b7e1b1ee5f05 (plain) (blame)
1
2
3
4
5
6
import QtQuick 2.5
import org.kde.plasma.mobilecomponents 0.2 as MobileComponents

Text {
	color: MobileComponents.Theme.textColor
}