slightly lower size of sidebar
This commit is contained in:
parent
9cc18e16b8
commit
15c057707f
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ class Sidebar extends HookConsumerWidget {
|
||||||
.toList();
|
.toList();
|
||||||
|
|
||||||
return Drawer(
|
return Drawer(
|
||||||
width: 340,
|
width: 330,
|
||||||
shape: Border(),
|
shape: Border(),
|
||||||
child: Row(
|
child: Row(
|
||||||
children: [
|
children: [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue