diff --git a/app/src/main/res/layout/view_compose_schedule.xml b/app/src/main/res/layout/view_compose_schedule.xml index 7ae003c47..eeddfd2ab 100644 --- a/app/src/main/res/layout/view_compose_schedule.xml +++ b/app/src/main/res/layout/view_compose_schedule.xml @@ -23,7 +23,7 @@ android:paddingBottom="16dp" android:textColor="?android:textColorTertiary" android:textSize="?attr/status_text_medium" - app:drawableTint="?android:attr/textColorTertiary" + app:drawableTint="?attr/colorPrimary" app:layout_constraintBottom_toTopOf="@id/invalidScheduleWarning" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintHorizontal_bias="1" @@ -47,4 +47,4 @@ app:layout_constraintStart_toStartOf="parent" tools:text="@string/warning_scheduling_interval" /> - \ No newline at end of file +