Merge pull request #3071 from pangeachat/get-started-readability

Make get started background grayer and more opaque
This commit is contained in:
ggurdin 2025-06-16 11:55:41 -04:00 committed by GitHub
commit 26c353a56c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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,
),