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(
|
||||
fontFamilyFallback: ["sans", "emoji"],
|
||||
fontFamilyFallback: ["emoji", "sans"],
|
||||
brightness: brightness,
|
||||
).textTheme,
|
||||
inputDecorationTheme: const InputDecorationTheme(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue