mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-08-17 18:46:47 +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 +
|
).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 |
Loading…
Reference in a new issue