forked from Nexus/nexus
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);
|
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(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue