diff --git a/app/src/main/res/layout/include_message_calendar.xml b/app/src/main/res/layout/include_message_calendar.xml
index fc9d638a19..ea2254b4b0 100644
--- a/app/src/main/res/layout/include_message_calendar.xml
+++ b/app/src/main/res/layout/include_message_calendar.xml
@@ -132,6 +132,7 @@
android:layout_marginTop="12dp"
android:drawableEnd="@drawable/twotone_check_24"
android:drawablePadding="6dp"
+ android:drawableTint="?attr/colorAccept"
android:text="@string/title_icalendar_accept"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tvAttendees" />
@@ -145,6 +146,7 @@
android:layout_marginTop="12dp"
android:drawableEnd="@drawable/twotone_close_24"
android:drawablePadding="6dp"
+ android:drawableTint="?attr/colorDecline"
android:text="@string/title_icalendar_decline"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/btnCalendarAccept" />
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml
index 34fb50a494..1bd0de1ffc 100644
--- a/app/src/main/res/values/styles.xml
+++ b/app/src/main/res/values/styles.xml
@@ -11,6 +11,8 @@
+
+
@@ -67,6 +69,9 @@
- @color/lightColorWarning
- @color/red
+ - @color/colorEncryptDark
+ - @color/red
+
- @color/lightColorDrawerScrim
- @color/lightColorDrawerText
- @color/lightColorDrawerBackground
@@ -138,6 +143,9 @@
- @color/darkColorWarning
- @color/red
+ - @color/colorEncryptLight
+ - @color/red
+
- @color/darkColorDrawerScrim
- @color/darkColorDrawerText
- @color/darkColorDrawerBackground