We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c43c9 commit 670c8fbCopy full SHA for 670c8fb
assets/svg/home.svg
lib/pages/home.dart
@@ -277,15 +277,15 @@ class _HomePageBody extends ConsumerWidget {
277
mainAxisSize: MainAxisSize.min,
278
children: [
279
Padding(
280
- padding: const EdgeInsets.only(bottom: 10),
281
- child: Icon(
282
- Icons.lightbulb,
283
- size: 46,
284
- color: Theme.of(context).colorScheme.primary,
+ padding: const EdgeInsets.only(bottom: 20),
+ child: SizedScalableImageWidget(
+ height: 80,
+ asset: 'assets/images/home.si',
285
),
286
287
Text(
288
translations.home.empty,
+ style: Theme.of(context).textTheme.bodySmall,
289
textAlign: TextAlign.center,
290
291
],
0 commit comments