generated from dellevin/template
优化md阅读的设置黑暗模式
This commit is contained in:
@@ -271,7 +271,7 @@ class _MdReaderTabPageState extends State<MdReaderTabPage> {
|
|||||||
void _showSettingsSheet() {
|
void _showSettingsSheet() {
|
||||||
showModalBottomSheet(
|
showModalBottomSheet(
|
||||||
context: context,
|
context: context,
|
||||||
backgroundColor: Colors.white,
|
backgroundColor: Theme.of(context).colorScheme.surface,
|
||||||
shape: const RoundedRectangleBorder(
|
shape: const RoundedRectangleBorder(
|
||||||
borderRadius: BorderRadius.vertical(top: Radius.circular(16)),
|
borderRadius: BorderRadius.vertical(top: Radius.circular(16)),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user