chore: update message analytics feedback popup background color (#5061)
This commit is contained in:
parent
fba96606cc
commit
6343c18ad1
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue