Skip to content

Commit 2ee5ecd

Browse files
committed
Fix dark mode for deadline
1 parent e6131b7 commit 2ee5ecd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/src/main/res/layout/task_view_item.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@
5050
android:layout_width="0dp"
5151
android:layout_height="wrap_content"
5252
android:textSize="@dimen/task_details_size"
53+
android:textColor="@color/greyAlpha"
54+
app:drawableTint="@color/greyAlpha"
5355
app:layout_constraintStart_toStartOf="parent"
5456
app:layout_constraintTop_toBottomOf="@id/priority"
5557
app:layout_constraintEnd_toEndOf="parent"

0 commit comments

Comments
 (0)