turn down width of tab drawer
This commit is contained in:
parent
624a3f3861
commit
b0c5dd5b11
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ class PinnedEventsDrawer extends HookConsumerWidget {
|
|||
final theme = Theme.of(context);
|
||||
|
||||
return Drawer(
|
||||
width: 600,
|
||||
width: 400,
|
||||
child: Scaffold(
|
||||
backgroundColor: Colors.transparent,
|
||||
appBar: AppBar(
|
||||
|
|
|
|||
Loading…
Reference in a new issue