Make get started background grayer and more opaque

This commit is contained in:
Kelrap 2025-06-16 11:01:34 -04:00
parent 9830bdf49f
commit 742bc0d8de

View file

@ -19,7 +19,10 @@ class OnboardingComplete extends StatelessWidget {
children: [
Container(
decoration: BoxDecoration(
color: Theme.of(context).colorScheme.onSurface.withAlpha(20),
color: Theme.of(context)
.colorScheme
.surfaceContainerHigh
.withAlpha(170),
borderRadius: BorderRadius.circular(
10.0,
),