First implementation
This commit is contained in:
12
qml/Controls/PrimaryLabel.qml
Normal file
12
qml/Controls/PrimaryLabel.qml
Normal file
@@ -0,0 +1,12 @@
|
||||
import QtQuick 2.12
|
||||
import QtQuick.Controls 2.12 as QuickControls
|
||||
|
||||
import Utils 1.0
|
||||
|
||||
QuickControls.Label {
|
||||
id: control
|
||||
font.pixelSize: Ui.scale(21)
|
||||
font.family: "Roboto"
|
||||
font.weight: Font.Bold
|
||||
color: Palette.primaryLabelColor
|
||||
}
|
||||
Reference in New Issue
Block a user