diff --git a/res/layout/edit_event_all.xml b/res/layout/edit_event_all.xml
index 76fa259ba5657e94da8c7c9073e5eb8506b463f2..1d66e83e98b40c13d3f227712a0d19e5d68887f9 100644
--- a/res/layout/edit_event_all.xml
+++ b/res/layout/edit_event_all.xml
@@ -410,6 +410,7 @@
android:layout_height="wrap_content"
android:layout_marginStart="12dp"
android:layout_marginEnd="32dp"
+ android:textColorHint="@color/edit_event_hint_text_color"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@+id/attendees_icon"
app:layout_constraintTop_toBottomOf="@+id/view2">
@@ -441,6 +442,7 @@
android:layout_height="wrap_content"
android:layout_marginStart="12dp"
android:layout_marginEnd="32dp"
+ android:textColorHint="@color/edit_event_hint_text_color"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@+id/where_icon"
app:layout_constraintTop_toBottomOf="@+id/add_attendees_row">
@@ -473,6 +475,7 @@
android:layout_height="wrap_content"
android:layout_marginStart="12dp"
android:layout_marginEnd="32dp"
+ android:textColorHint="@color/edit_event_hint_text_color"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@+id/description_icon"
app:layout_constraintTop_toBottomOf="@+id/where_row">
diff --git a/res/values-night-v21/colors.xml b/res/values-night-v21/colors.xml
index ccea56697f600f890d20401d815db87b6042fd9c..eea1a98a032aa0c156f294cc2cad50296d04baac 100644
--- a/res/values-night-v21/colors.xml
+++ b/res/values-night-v21/colors.xml
@@ -19,4 +19,7 @@
#1fffffff
#1fffffff
#1fffffff
+
+
+ #898989
\ No newline at end of file
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 60507ed95d7de65869690953100331f4f7a20d14..abf49e50593b0ed52eda05790245dd4023db6a6d 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -143,6 +143,8 @@
@color/color_default_primary_text
#ffffff
+
+ #9e9e9e
@color/colorAccent