mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-22 10:45:08 +00:00
style: padding in feature page cards
This commit is contained in:
parent
2b42b55bd0
commit
021347ae87
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class DashBoardRoundedCardWidget extends StatelessWidget {
|
|||
child: Stack(
|
||||
children: [
|
||||
Container(
|
||||
padding: EdgeInsets.fromLTRB(20, 20, 40, 20),
|
||||
padding: EdgeInsets.all(20),
|
||||
width: double.infinity,
|
||||
decoration: BoxDecoration(
|
||||
color: Theme.of(context).extension<SyncIndicatorTheme>()!.syncedBackgroundColor,
|
||||
|
|
Loading…
Reference in a new issue