chore: Adjust gradient
This commit is contained in:
parent
adec1503f8
commit
6e5cd77357
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ class BackgroundGradientBox extends StatelessWidget {
|
|||
end: Alignment.bottomLeft,
|
||||
colors: [
|
||||
Theme.of(context).scaffoldBackgroundColor,
|
||||
Theme.of(context).secondaryHeaderColor,
|
||||
Theme.of(context).secondaryHeaderColor.withAlpha(150),
|
||||
Theme.of(context).secondaryHeaderColor,
|
||||
],
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue