chore: Adjust gradient and bubble borders

This commit is contained in:
Christian Pauly 2021-08-29 16:49:48 +02:00
commit 9a6a217a59
2 changed files with 1 additions and 3 deletions

View file

@ -17,6 +17,7 @@ class BackgroundGradientBox extends StatelessWidget {
colors: [
Theme.of(context).scaffoldBackgroundColor,
Theme.of(context).secondaryHeaderColor,
Theme.of(context).secondaryHeaderColor,
],
),
),