fix stupid colors

This commit is contained in:
Christien Rioux 2024-08-09 10:54:54 -07:00
parent 71cbfe0d6b
commit abf31369a1
6 changed files with 14 additions and 8 deletions

View file

@ -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,