chore: update message analytics feedback popup background color (#5061)

This commit is contained in:
ggurdin 2026-01-05 13:48:59 -05:00 committed by GitHub
parent fba96606cc
commit 6343c18ad1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -138,7 +138,7 @@ class MessageAnalyticsFeedbackState extends State<MessageAnalyticsFeedback>
decoration: BoxDecoration(
color: Theme.of(context)
.colorScheme
.surfaceContainerHighest
.surfaceContainer
.withAlpha((_bubbleOpacityAnimation.value * 255).round()),
borderRadius: const BorderRadius.only(
topLeft: Radius.circular(16.0),