mirror of
https://github.com/flutter/samples.git
synced 2026-07-21 08:21:35 +00:00
[VeggieSeasons] Fix dark mode problems (#395)
This commit is contained in:
committed by
GitHub
parent
28742ddeaf
commit
d9c9b3a519
@@ -27,7 +27,8 @@ class FavoritesScreen extends StatelessWidget {
|
||||
padding: const EdgeInsets.symmetric(horizontal: 24),
|
||||
child: Text(
|
||||
'You haven\'t added any favorite veggies to your garden yet.',
|
||||
style: Styles.headlineDescription,
|
||||
style: Styles.headlineDescription(
|
||||
CupertinoTheme.of(context)),
|
||||
),
|
||||
)
|
||||
: ListView(
|
||||
|
||||
Reference in New Issue
Block a user