mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 20:39:51 +00:00
decrease padding so "Exchange" is on one line [skip ci]
This commit is contained in:
parent
1289ccb3d3
commit
9ac784db5c
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ class NavigationDock extends StatelessWidget {
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
child: Container(
|
child: Container(
|
||||||
margin: const EdgeInsets.only(left: 16, right: 16, bottom: 16),
|
margin: const EdgeInsets.only(left: 8, right: 8, bottom: 16),
|
||||||
child: ClipRRect(
|
child: ClipRRect(
|
||||||
borderRadius: BorderRadius.circular(50),
|
borderRadius: BorderRadius.circular(50),
|
||||||
child: BackdropFilter(
|
child: BackdropFilter(
|
||||||
|
@ -48,7 +48,7 @@ class NavigationDock extends StatelessWidget {
|
||||||
Theme.of(context).extension<SyncIndicatorTheme>()!.syncedBackgroundColor,
|
Theme.of(context).extension<SyncIndicatorTheme>()!.syncedBackgroundColor,
|
||||||
),
|
),
|
||||||
child: Container(
|
child: Container(
|
||||||
padding: EdgeInsets.symmetric(horizontal: 10),
|
padding: EdgeInsets.symmetric(horizontal: 8),
|
||||||
child: IntrinsicHeight(
|
child: IntrinsicHeight(
|
||||||
child: Row(
|
child: Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue