This commit is contained in:
Henry Hiles 2026-07-17 11:14:54 -04:00
commit 2ae24e6961
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs

View file

@ -12,7 +12,7 @@ extension SchemeToTheme on ColorScheme {
backgroundColor: surfaceContainerLow, backgroundColor: surfaceContainerLow,
), ),
textTheme: ThemeData( textTheme: ThemeData(
fontFamilyFallback: ["Roboto", "font-fallback"], fontFamilyFallback: ["sans", "emoji", "Roboto", "fallback-emoji"],
brightness: brightness, brightness: brightness,
).textTheme, ).textTheme,
inputDecorationTheme: const InputDecorationTheme( inputDecorationTheme: const InputDecorationTheme(