Improved design

This commit is contained in:
Christian Pauly 2020-01-03 14:47:42 +01:00
commit d8e415e416
2 changed files with 4 additions and 2 deletions

View file

@ -13,7 +13,7 @@ class StateMessage extends StatelessWidget {
return Padding(
padding: const EdgeInsets.all(8.0),
child: Opacity(
opacity: 0.66,
opacity: 0.5,
child: Bubble(
color: Colors.black,
elevation: 0,