Make get started background grayer and more opaque
This commit is contained in:
parent
9830bdf49f
commit
742bc0d8de
1 changed files with 4 additions and 1 deletions
|
|
@ -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,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue