Fix state type error
This commit is contained in:
parent
92e5206326
commit
e2d29439d5
2 changed files with 3 additions and 3 deletions
|
|
@ -8,7 +8,7 @@ extension SchemeToTheme on ColorScheme {
|
|||
backgroundColor: surfaceContainerLow,
|
||||
),
|
||||
textTheme: ThemeData(
|
||||
fontFamilyFallback: ["sans"],
|
||||
fontFamilyFallback: ["sans", "emoji"],
|
||||
brightness: brightness,
|
||||
).textTheme,
|
||||
inputDecorationTheme: const InputDecorationTheme(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue