From 390a2155d5815d0deec1ac53b42cf0376a0689b6 Mon Sep 17 00:00:00 2001 From: bggRGjQaUbCoE Date: Mon, 30 Sep 2024 15:17:46 +0800 Subject: [PATCH] opt: top pm msg bg color --- lib/pages/whisper/view.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/whisper/view.dart b/lib/pages/whisper/view.dart index 0d2065eb..2ff92e5b 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 - .surfaceContainerHigh, + .secondaryContainer, onLongPress: () { showDialog( context: context,