diff --git a/Components/TextEditBase.qml b/Components/TextEditBase.qml index 1dd7776..8eb49a3 100644 --- a/Components/TextEditBase.qml +++ b/Components/TextEditBase.qml @@ -12,6 +12,7 @@ TextEdit { color: Colors.palette.m3onSurface cursorVisible: !readOnly font.pointSize: Tokens.font.size.small + font.family: Config.appearance.font.family.sans renderType: TextField.NativeRendering selectedTextColor: color selectionColor: Qt.alpha(Colors.palette.m3primary, 0.4)