mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-31 20:02:15 +00:00
Added scaffold background color to screens with tabs
This commit is contained in:
parent
d61cd0f051
commit
da14ed6bd7
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue