fix padding color of space sidebar
This commit is contained in:
parent
5f9622e1c9
commit
46136c09ad
1 changed files with 2 additions and 1 deletions
|
|
@ -80,7 +80,8 @@ class Sidebar extends HookConsumerWidget {
|
|||
),
|
||||
],
|
||||
),
|
||||
child: Padding(
|
||||
child: Container(
|
||||
color: NavigationRailTokensAdapter(context).containerColor,
|
||||
padding: EdgeInsets.only(top: 16),
|
||||
child: NavigationRailM3E(
|
||||
type: .alwaysCollapse,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue