Added scaffold background color to screens with tabs

This commit is contained in:
Juan Gilsanz Polo 2022-10-08 23:12:59 +02:00
parent d61cd0f051
commit da14ed6bd7
2 changed files with 2 additions and 0 deletions

View file

@ -125,6 +125,7 @@ class _ClientsWidgetState extends State<ClientsWidget> with TickerProviderStateM
}),
body: Container(
decoration: BoxDecoration(
color: Theme.of(context).scaffoldBackgroundColor,
border: Border(
top: BorderSide(
color: Theme.of(context).brightness == Brightness.light

View file

@ -114,6 +114,7 @@ class _FiltersWidgetState extends State<FiltersWidget> with TickerProviderStateM
}),
body: Container(
decoration: BoxDecoration(
color: Theme.of(context).scaffoldBackgroundColor,
border: Border(
top: BorderSide(
color: Theme.of(context).brightness == Brightness.light