fixed pro features width

This commit is contained in:
Vadim 2025-08-11 11:42:16 +02:00
parent 5204327fcc
commit a7c0282e5a
2 changed files with 2 additions and 5 deletions

View file

@ -256,10 +256,7 @@ class _FeatureHighlight extends StatelessWidget {
).width + ).width +
Dimens.paddingM * 2, Dimens.paddingM * 2,
), ),
padding: const EdgeInsets.symmetric( padding: const EdgeInsets.symmetric(vertical: Dimens.paddingS),
horizontal: Dimens.paddingM,
vertical: Dimens.paddingS,
),
decoration: BoxDecoration( decoration: BoxDecoration(
color: highlight ? Theme.of(context).colorScheme.secondaryContainer : null, color: highlight ? Theme.of(context).colorScheme.secondaryContainer : null,
borderRadius: roundedTop borderRadius: roundedTop
@ -274,7 +271,7 @@ class _FeatureHighlight extends StatelessWidget {
) )
: null, : null,
), ),
child: child, child: Center(child: child),
); );
} }
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 298 KiB

After

Width:  |  Height:  |  Size: 298 KiB