Skip to content

Commit 670c8fb

Browse files
committed
chore: Improved the empty home screen.
1 parent c8c43c9 commit 670c8fb

File tree

2 files changed

+44
-5
lines changed

2 files changed

+44
-5
lines changed

assets/svg/home.svg

Lines changed: 39 additions & 0 deletions
Loading

lib/pages/home.dart

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -277,15 +277,15 @@ class _HomePageBody extends ConsumerWidget {
277277
mainAxisSize: MainAxisSize.min,
278278
children: [
279279
Padding(
280-
padding: const EdgeInsets.only(bottom: 10),
281-
child: Icon(
282-
Icons.lightbulb,
283-
size: 46,
284-
color: Theme.of(context).colorScheme.primary,
280+
padding: const EdgeInsets.only(bottom: 20),
281+
child: SizedScalableImageWidget(
282+
height: 80,
283+
asset: 'assets/images/home.si',
285284
),
286285
),
287286
Text(
288287
translations.home.empty,
288+
style: Theme.of(context).textTheme.bodySmall,
289289
textAlign: TextAlign.center,
290290
),
291291
],

0 commit comments

Comments
 (0)