Clean up dark mode
This commit is contained in:
parent
38ef2b7807
commit
ea71a97e45
8 changed files with 65 additions and 49 deletions
|
|
@ -38,7 +38,7 @@ class AdaptivePageLayout extends StatelessWidget {
|
|||
),
|
||||
Container(
|
||||
width: 1,
|
||||
color: Color(0xFFE8E8E8),
|
||||
color: Theme.of(context).secondaryHeaderColor, //Color(0xFFE8E8E8),
|
||||
),
|
||||
Expanded(
|
||||
child: Container(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue