use system font

This commit is contained in:
Henry Hiles 2026-01-07 13:54:43 -05:00
commit 0b5641e398
No known key found for this signature in database

View file

@ -7,6 +7,10 @@ extension SchemeToTheme on ColorScheme {
titleSpacing: 0,
backgroundColor: surfaceContainerLow,
),
textTheme: ThemeData(
fontFamilyFallback: ["sans"],
brightness: brightness,
).textTheme,
inputDecorationTheme: const InputDecorationTheme(
border: OutlineInputBorder(),
),