status-desktop/ui/shared/StyledText.qml

7 lines
90 B
QML
Raw Normal View History

import QtQuick 2.13
import "../imports"
Text {
2020-06-26 01:23:38 +00:00
font.family: Theme.fontRegular.name
}