优化md阅读的设置黑暗模式

This commit is contained in:
DelLevin-Home
2026-06-07 19:43:28 +08:00
parent ea7381d0bc
commit ba2612fef8

View File

@@ -271,7 +271,7 @@ class _MdReaderTabPageState extends State<MdReaderTabPage> {
void _showSettingsSheet() {
showModalBottomSheet(
context: context,
backgroundColor: Colors.white,
backgroundColor: Theme.of(context).colorScheme.surface,
shape: const RoundedRectangleBorder(
borderRadius: BorderRadius.vertical(top: Radius.circular(16)),
),