chore: Make connection problem color orange
This commit is contained in:
parent
ba61e3c164
commit
959d75fb9d
2 changed files with 4 additions and 4 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue