Skip to content

Commit 0e5934e

Browse files
committed
Update
1 parent 49d30eb commit 0e5934e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

lib/screens/home_screen.dart

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,12 @@ class _HomeScreenState extends State<HomeScreen> {
108108
backgroundColor: Color.fromRGBO(250, 250, 250, 1),
109109
leading: IconButton(
110110
icon: Icon(
111-
Icons.apps,
112-
color: Colors.black,
111+
Icons.today_outlined,
112+
color: Colors.grey,
113113
),
114114
onPressed: null),
115-
title: Row(
115+
title:
116+
Row(
116117
children: [
117118
Text(
118119
"Task",

0 commit comments

Comments
 (0)