style: padding in feature page cards

This commit is contained in:
Rafael Saes 2024-04-12 18:32:04 -03:00
parent 2b42b55bd0
commit 021347ae87

View file

@ -33,7 +33,7 @@ class DashBoardRoundedCardWidget extends StatelessWidget {
child: Stack( child: Stack(
children: [ children: [
Container( Container(
padding: EdgeInsets.fromLTRB(20, 20, 40, 20), padding: EdgeInsets.all(20),
width: double.infinity, width: double.infinity,
decoration: BoxDecoration( decoration: BoxDecoration(
color: Theme.of(context).extension<SyncIndicatorTheme>()!.syncedBackgroundColor, color: Theme.of(context).extension<SyncIndicatorTheme>()!.syncedBackgroundColor,