mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-27 13:29:31 +00:00
refactor: update personalized view handling, improve GitHub issue link, and adjust VaaniLogo size
This commit is contained in:
parent
fa815ae206
commit
758e4cdc83
4 changed files with 11 additions and 5 deletions
|
|
@ -105,7 +105,6 @@ class YouPage extends HookConsumerWidget {
|
|||
showNotImplementedToast(context);
|
||||
},
|
||||
),
|
||||
|
||||
AboutListTile(
|
||||
icon: const Icon(Icons.info),
|
||||
applicationName: AppMetadata.appName,
|
||||
|
|
@ -128,7 +127,9 @@ class YouPage extends HookConsumerWidget {
|
|||
Theme.of(context).colorScheme.primary,
|
||||
BlendMode.srcIn,
|
||||
),
|
||||
child: const VaaniLogo(),
|
||||
child: const VaaniLogo(
|
||||
size: 48,
|
||||
),
|
||||
),
|
||||
),
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue