mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-04-30 06:37:26 +02:00
chore: Adjust gradient
This commit is contained in:
parent
1c4b0bdba6
commit
14e887ec39
@ -16,7 +16,7 @@ class BackgroundGradientBox extends StatelessWidget {
|
|||||||
end: Alignment.bottomLeft,
|
end: Alignment.bottomLeft,
|
||||||
colors: [
|
colors: [
|
||||||
Theme.of(context).scaffoldBackgroundColor,
|
Theme.of(context).scaffoldBackgroundColor,
|
||||||
Theme.of(context).secondaryHeaderColor,
|
Theme.of(context).secondaryHeaderColor.withAlpha(150),
|
||||||
Theme.of(context).secondaryHeaderColor,
|
Theme.of(context).secondaryHeaderColor,
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user