Design color

onboarding
Christian Pauly 5 years ago
parent e567cbf6c2
commit 0e3a8c1fda

@ -18,13 +18,13 @@ class StateMessage extends StatelessWidget {
),
child: Bubble(
elevation: 0,
color: Theme.of(context).backgroundColor.withOpacity(0.5),
color: Theme.of(context).backgroundColor.withOpacity(0.66),
alignment: Alignment.center,
child: Text(
event.getLocalizedBody(context),
textAlign: TextAlign.center,
style: TextStyle(
color: Theme.of(context).primaryColor,
color: Theme.of(context).textTheme.body1.color,
decoration: event.redacted ? TextDecoration.lineThrough : null,
),
),

Loading…
Cancel
Save