Create chat belongs to realm

This commit is contained in:
2025-05-17 03:08:50 +08:00
parent db2c67ddeb
commit 401df0f49c
9 changed files with 148 additions and 71 deletions

View File

@ -53,7 +53,7 @@ void showLoadingModal(BuildContext context) {
color: Colors.black54,
child: Center(
child: Material(
color: Colors.white,
color: Theme.of(context).colorScheme.surface,
borderRadius: BorderRadius.circular(8),
elevation: 4,
child: Column(