feat: add basic typography components
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import QtQuick
|
||||
import QtQuick.Controls.Basic
|
||||
|
||||
Text {
|
||||
color: Theme.secondaryText
|
||||
font.family: Fonts.plusJakartaSans
|
||||
font.bold: false
|
||||
font.pointSize: 12
|
||||
}
|
||||
Reference in New Issue
Block a user