chore: Adjust some colors

This commit is contained in:
Christian Pauly 2021-08-29 12:15:51 +02:00
commit 41f2d23951
3 changed files with 8 additions and 2 deletions

View file

@ -30,7 +30,7 @@ class StateMessage extends StatelessWidget {
padding: const EdgeInsets.all(8),
decoration: BoxDecoration(
border: Border.all(
color: Theme.of(context).dividerColor,
color: Theme.of(context).secondaryHeaderColor,
),
color: Theme.of(context).scaffoldBackgroundColor,
borderRadius: BorderRadius.circular(AppConfig.borderRadius),