adjust padding
This commit is contained in:
parent
ab051c75f5
commit
3e01e3c50e
1 changed files with 2 additions and 2 deletions
|
|
@ -28,11 +28,11 @@ class SettingsPage extends ConsumerWidget {
|
|||
],
|
||||
),
|
||||
body: Padding(
|
||||
padding: .symmetric(vertical: 8),
|
||||
padding: .symmetric(vertical: 12),
|
||||
child: Row(
|
||||
children: [
|
||||
Padding(
|
||||
padding: .symmetric(vertical: 4),
|
||||
padding: .symmetric(vertical: 8),
|
||||
child: NavigationRailM3E(
|
||||
type: .alwaysExpand,
|
||||
sections: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue