Skip to content

Commit ffed17b

Browse files
author
code3-dev
committed
add httpupgrade
1 parent 6608533 commit ffed17b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/screens/home_screen.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ class _HomeScreenState extends State<HomeScreen> {
171171
SnackBar(
172172
content: Row(
173173
children: [
174-
Icon(Icons.check_circle, color: AppTheme.connectedGreen, size: 20),
174+
Icon(Icons.check_circle, color: Colors.white, size: 20),
175175
const SizedBox(width: 12),
176176
Expanded(
177177
child: Text(
@@ -192,7 +192,7 @@ class _HomeScreenState extends State<HomeScreen> {
192192
SnackBar(
193193
content: Row(
194194
children: [
195-
const Icon(Icons.error, color: Colors.red, size: 20),
195+
const Icon(Icons.error, color: Colors.white, size: 20),
196196
const SizedBox(width: 12),
197197
Expanded(
198198
child: Text(

0 commit comments

Comments
 (0)