feat: add basic typography components

This commit is contained in:
talksik
2025-04-11 12:11:39 -07:00
parent 9d2e753a8a
commit bb563e350f
5 changed files with 41 additions and 0 deletions
+10
View File
@@ -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
}