mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-23 03:59:23 +00:00
Add padding to support page
This commit is contained in:
parent
ea09bba0fb
commit
6caeae2817
1 changed files with 1 additions and 0 deletions
|
@ -156,6 +156,7 @@ class DesktopSidebarWrapper extends BasePage {
|
||||||
children: [
|
children: [
|
||||||
child,
|
child,
|
||||||
Container(
|
Container(
|
||||||
|
padding: EdgeInsets.all(20),
|
||||||
child: Navigator(
|
child: Navigator(
|
||||||
initialRoute: Routes.support,
|
initialRoute: Routes.support,
|
||||||
onGenerateRoute: (settings) => Router.createRoute(settings),
|
onGenerateRoute: (settings) => Router.createRoute(settings),
|
||||||
|
|
Loading…
Reference in a new issue