upgrade: color

This commit is contained in:
guozhigq
2024-06-04 23:59:23 +08:00
parent 3b1ad133db
commit e0e1c6b08a
20 changed files with 35 additions and 33 deletions

View File

@ -170,7 +170,7 @@ class _VideoReplyNewDialogState extends State<VideoReplyNewDialog>
topLeft: Radius.circular(12),
topRight: Radius.circular(12),
),
color: Theme.of(context).colorScheme.background,
color: Theme.of(context).colorScheme.surface,
),
child: Column(
mainAxisSize: MainAxisSize.min,