Merge remote-tracking branch 'origin/dev' into test-regions

This commit is contained in:
zjs81
2026-06-15 22:52:31 -07:00
12 changed files with 283 additions and 221 deletions
+3 -1
View File
@@ -515,7 +515,9 @@ class _RegionManagementScreenState extends State<RegionManagementScreen> {
},
child: Text(
context.l10n.common_delete,
style: TextStyle(color: Theme.of(dialogContext).colorScheme.error),
style: TextStyle(
color: Theme.of(dialogContext).colorScheme.error,
),
),
),
],