diff --git a/lib/pages/whisper/view.dart b/lib/pages/whisper/view.dart index fb998fbf5..0d2065eb7 100644 --- a/lib/pages/whisper/view.dart +++ b/lib/pages/whisper/view.dart @@ -176,7 +176,7 @@ class _WhisperPageState extends State { ? null : Theme.of(context) .colorScheme - .primaryContainer, + .surfaceContainerHigh, onLongPress: () { showDialog( context: context,