chore: Follow up appbar design

This commit is contained in:
Christian Pauly 2022-07-12 21:37:04 +02:00
commit 2fe40d34b9
3 changed files with 9 additions and 7 deletions

View file

@ -172,9 +172,9 @@ class Message extends StatelessWidget {
padding: const EdgeInsets.only(left: 8),
child: Material(
color: noBubble ? Colors.transparent : color,
elevation: event.type == EventTypes.Sticker ? 0 : 6,
elevation: event.type == EventTypes.Sticker ? 0 : 4,
shadowColor:
Theme.of(context).secondaryHeaderColor.withAlpha(100),
Theme.of(context).colorScheme.onBackground.withAlpha(64),
borderRadius: borderRadius,
clipBehavior: Clip.antiAlias,
child: InkWell(