chore: Follow up appbar design
This commit is contained in:
parent
227e85fe8a
commit
2fe40d34b9
3 changed files with 9 additions and 7 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue