Clean up dark mode
This commit is contained in:
@ -38,7 +38,7 @@ class AdaptivePageLayout extends StatelessWidget {
|
||||
),
|
||||
Container(
|
||||
width: 1,
|
||||
color: Color(0xFFE8E8E8),
|
||||
color: Theme.of(context).secondaryHeaderColor, //Color(0xFFE8E8E8),
|
||||
),
|
||||
Expanded(
|
||||
child: Container(
|
||||
|
Reference in New Issue
Block a user