fix: eliminate cross-app consistency drift

This commit is contained in:
edde746
2026-07-13 23:13:53 +02:00
parent ec249d2ed4
commit d5f3e581df
142 changed files with 4751 additions and 1075 deletions
+1 -1
View File
@@ -230,7 +230,7 @@ class ServerActivitiesButtonState extends State<ServerActivitiesButton> {
child: Column(
mainAxisSize: .min,
children: [
Icon(Icons.error_outline, color: theme.colorScheme.error),
AppIcon(Symbols.error_outline_rounded, color: theme.colorScheme.error),
const SizedBox(height: 8),
Text(t.serverTasks.failedToLoad, style: theme.textTheme.bodyMedium),
],