1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-05-11 23:09:42 -04:00

fix(DankTextField): set TextInput 'fontFamily' (#2399)

This allows input fields created using the widget to inherit their font
family from Theme.
This commit is contained in:
euletheia
2026-05-11 22:25:10 +00:00
committed by GitHub
parent 189b7c84ce
commit 371a7d0cd1

View File

@@ -116,6 +116,7 @@ StyledRect {
anchors.bottom: parent.bottom
anchors.bottomMargin: root.bottomPadding
font.pixelSize: Theme.fontSizeMedium
font.family: Theme.fontFamily
color: Theme.surfaceText
selectionColor: Theme.primaryContainer
selectedTextColor: Theme.primary