chore: make emoji base shimmer transparent (#5142)
This commit is contained in:
parent
067f30cdab
commit
1505ce7538
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ class EmojiChoiceItemState extends State<EmojiChoiceItem> {
|
|||
shimmerColor: (Theme.of(context).brightness == Brightness.dark)
|
||||
? Colors.white
|
||||
: Theme.of(context).colorScheme.primary,
|
||||
baseColor: Theme.of(context).colorScheme.surface,
|
||||
baseColor: Colors.transparent,
|
||||
child: CompositedTransformTarget(
|
||||
link: MatrixState.pAnyState
|
||||
.layerLinkAndKey(widget.transformTargetId)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue