possible emoji fix for linux phone
This commit is contained in:
parent
bd1d5ea745
commit
f9e9dfbe42
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ extension SchemeToTheme on ColorScheme {
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
textTheme: ThemeData(
|
textTheme: ThemeData(
|
||||||
fontFamilyFallback: ["sans", "emoji"],
|
fontFamilyFallback: ["emoji", "sans"],
|
||||||
brightness: brightness,
|
brightness: brightness,
|
||||||
).textTheme,
|
).textTheme,
|
||||||
inputDecorationTheme: const InputDecorationTheme(
|
inputDecorationTheme: const InputDecorationTheme(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue