status-desktop/ui/shared/StyledText.qml

8 lines
133 B
QML

import QtQuick 2.13
import "../imports"
Text {
font.family: Style.current.fontRegular.name
color: Style.current.textColor
}