Add settings page #46

Merged
Henry-Hiles merged 34 commits from settings-page into main 2026-07-17 20:36:42 -04:00
Showing only changes of commit 48d02f8584 - Show all commits
Henry Hiles 2026-07-17 11:10:49 -04:00
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: ["sans", "emoji", "Roboto", "font-fallback"], fontFamilyFallback: ["Roboto", "font-fallback"],
brightness: brightness, brightness: brightness,
).textTheme, ).textTheme,
inputDecorationTheme: const InputDecorationTheme( inputDecorationTheme: const InputDecorationTheme(