mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 04:49:21 +00:00
Adapt banner to large screens
This commit is contained in:
parent
78ae2a574a
commit
94ae3434e4
@ -69,7 +69,7 @@ class _BannerWidgetState extends State<BannerWidget> {
|
||||
: Icons.warning,
|
||||
),
|
||||
),
|
||||
Flexible(
|
||||
Expanded(
|
||||
child: Text(
|
||||
banner.message.containsKey(shortLang)
|
||||
? banner.message[shortLang]
|
||||
@ -105,6 +105,7 @@ class BannerButton extends StatelessWidget {
|
||||
return IconButton(
|
||||
onPressed: onPressed,
|
||||
icon: icon,
|
||||
color: Colors.white,
|
||||
disabledColor: Colors.white,
|
||||
padding: EdgeInsets.all(1.0),
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user