chore: Adjust colors
This commit is contained in:
parent
d0f400cfe7
commit
3610bf6638
2 changed files with 6 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ class StateMessage extends StatelessWidget {
|
|||
child: Container(
|
||||
padding: const EdgeInsets.all(8),
|
||||
decoration: BoxDecoration(
|
||||
color: Theme.of(context).colorScheme.secondaryContainer,
|
||||
color: Theme.of(context).colorScheme.onInverseSurface,
|
||||
borderRadius: BorderRadius.circular(AppConfig.borderRadius / 2),
|
||||
),
|
||||
child: FutureBuilder<String>(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue