Add settings page #46
1 changed files with 1 additions and 1 deletions
test
commit
48d02f8584
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue