Make room number bigger for live card

This commit is contained in:
Pearoo 2023-10-19 09:39:52 +02:00 committed by GitHub
parent 774f63aa89
commit be28c50ffc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -321,7 +321,7 @@ class _LiveCardWidgetState extends State<LiveCardWidget> {
widget.nextRoom!, widget.nextRoom!,
style: TextStyle( style: TextStyle(
height: 1.1, height: 1.1,
fontSize: 11.0, fontSize: 12.0,
fontWeight: FontWeight.w600, fontWeight: FontWeight.w600,
color: Theme.of(context) color: Theme.of(context)
.colorScheme .colorScheme