chore: Make connection problem color orange

This commit is contained in:
krille-chan 2025-06-17 20:59:47 +02:00
commit 959d75fb9d
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

@ -52,7 +52,7 @@ class ChatInputRow extends StatelessWidget {
height: height,
child: TextButton(
style: TextButton.styleFrom(
foregroundColor: theme.colorScheme.error,
foregroundColor: Colors.orange,
),
onPressed: controller.deleteErrorEventsAction,
child: Row(