mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-08-14 00:56:42 +00:00
fixed pro features width
This commit is contained in:
parent
5204327fcc
commit
a7c0282e5a
2 changed files with 2 additions and 5 deletions
|
@ -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 |
Loading…
Reference in a new issue