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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 298 KiB

After

Width:  |  Height:  |  Size: 298 KiB