fix color

This commit is contained in:
2024-12-21 17:50:05 +08:00
parent aa66111f2c
commit 6a79f68909
2 changed files with 20 additions and 9 deletions

View File

@@ -290,6 +290,7 @@ class ContentDialog extends StatelessWidget {
: const EdgeInsets.symmetric(horizontal: 16),
elevation: 2,
shadowColor: context.colorScheme.shadow,
backgroundColor: context.colorScheme.surface,
child: AnimatedSize(
duration: const Duration(milliseconds: 200),
alignment: Alignment.topCenter,