Skip to content

Commit 454f28c

Browse files
committed
disabled attr value made disabled as well
1 parent 13d0a31 commit 454f28c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/app/modules/taskc_details/views/taskc_details_view.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,9 @@ class TaskcDetailsView extends GetView<TaskcDetailsController> {
241241
value,
242242
style: TextStyle(
243243
fontSize: 18,
244-
color: tColors.primaryTextColor,
244+
color: disabled
245+
? tColors.primaryDisabledTextColor
246+
: tColors.primaryTextColor,
245247
),
246248
),
247249
),

0 commit comments

Comments
 (0)