import QtQuick import QtQuick.Controls import ZShell.Config import qs.Services TextInput { renderType: Text.NativeRendering selectedTextColor: Colors.palette.m3onSecondaryContainer selectionColor: Colors.tPalette.colSecondaryContainer font { family: Appearance?.font.family.sans ?? "sans-serif" hintingPreference: Font.PreferFullHinting pixelSize: Appearance?.font.size.normal ?? 15 } }