you page and switch users

This commit is contained in:
Dr-Blank 2024-08-23 03:44:44 -04:00
parent 3e405b795d
commit 3f496c57c4
No known key found for this signature in database
GPG key ID: 7452CC63F210A266
17 changed files with 659 additions and 211 deletions

View file

@ -63,7 +63,7 @@ class SimpleHomeShelf extends HookConsumerWidget {
children: [
Padding(
padding: const EdgeInsets.only(left: 8.0, bottom: 8.0),
child: Text(title, style: Theme.of(context).textTheme.titleLarge),
child: Text(title, style: Theme.of(context).textTheme.titleMedium),
),
// fix the height of the shelf as a percentage of the screen height
SizedBox(