mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-06-25 23:00:43 -04:00
fix stupid colors
This commit is contained in:
parent
71cbfe0d6b
commit
abf31369a1
6 changed files with 14 additions and 8 deletions
|
@ -17,7 +17,7 @@ class EmptyChatWidget extends StatelessWidget {
|
|||
width: double.infinity,
|
||||
height: double.infinity,
|
||||
decoration: BoxDecoration(
|
||||
color: Theme.of(context).scaffoldBackgroundColor,
|
||||
color: scale.primaryScale.appBackground,
|
||||
),
|
||||
child: Column(
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue