From ba2612fef8c609573dcb3ad2195f22a002f2286f Mon Sep 17 00:00:00 2001 From: DelLevin-Home Date: Sun, 7 Jun 2026 19:43:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96md=E9=98=85=E8=AF=BB=E7=9A=84?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E9=BB=91=E6=9A=97=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/markdown_reader/md_reader_tab_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/markdown_reader/md_reader_tab_page.dart b/lib/pages/markdown_reader/md_reader_tab_page.dart index 259e2b5..01905aa 100644 --- a/lib/pages/markdown_reader/md_reader_tab_page.dart +++ b/lib/pages/markdown_reader/md_reader_tab_page.dart @@ -271,7 +271,7 @@ class _MdReaderTabPageState extends State { void _showSettingsSheet() { showModalBottomSheet( context: context, - backgroundColor: Colors.white, + backgroundColor: Theme.of(context).colorScheme.surface, shape: const RoundedRectangleBorder( borderRadius: BorderRadius.vertical(top: Radius.circular(16)), ),