More fixes and new version
This commit is contained in:
parent
d838d3a474
commit
3a64d58d23
12 changed files with 31 additions and 20 deletions
|
|
@ -31,7 +31,7 @@ class ContentBanner extends StatelessWidget {
|
|||
);
|
||||
return Container(
|
||||
height: 200,
|
||||
color: Color(0xFFF8F8F8),
|
||||
color: Theme.of(context).secondaryHeaderColor,
|
||||
child: !loading
|
||||
? mxContent.mxc?.isNotEmpty ?? false
|
||||
? kIsWeb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue