turn down width of tab drawer

This commit is contained in:
Henry Hiles 2026-07-14 22:51:08 +00:00
commit b0c5dd5b11
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs

View file

@ -18,7 +18,7 @@ class PinnedEventsDrawer extends HookConsumerWidget {
final theme = Theme.of(context); final theme = Theme.of(context);
return Drawer( return Drawer(
width: 600, width: 400,
child: Scaffold( child: Scaffold(
backgroundColor: Colors.transparent, backgroundColor: Colors.transparent,
appBar: AppBar( appBar: AppBar(