feat: add basic typography components
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import QtQuick
|
||||
import QtQuick.Controls.Basic
|
||||
|
||||
Text {
|
||||
color: Theme.caption
|
||||
font.family: Fonts.dotrice
|
||||
font.bold: true
|
||||
font.capitalization: Font.AllUppercase
|
||||
font.pointSize: 10
|
||||
}
|
||||
Reference in New Issue
Block a user