chore: make emoji base shimmer transparent (#5142)

This commit is contained in:
ggurdin 2026-01-09 09:50:58 -05:00 committed by GitHub
parent 067f30cdab
commit 1505ce7538
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)