Clean up dark mode

This commit is contained in:
Christian Pauly
2020-02-16 20:11:39 +01:00
parent 38ef2b7807
commit ea71a97e45
8 changed files with 65 additions and 49 deletions

View File

@ -38,7 +38,7 @@ class AdaptivePageLayout extends StatelessWidget {
),
Container(
width: 1,
color: Color(0xFFE8E8E8),
color: Theme.of(context).secondaryHeaderColor, //Color(0xFFE8E8E8),
),
Expanded(
child: Container(