diff --git a/res/layout/expiration_dialog.xml b/res/layout/expiration_dialog.xml
index 6401a95645..5cde71f443 100644
--- a/res/layout/expiration_dialog.xml
+++ b/res/layout/expiration_dialog.xml
@@ -12,7 +12,8 @@
android:layout_alignParentTop="true"
app:npv_WrapSelectorWheel="false"
app:npv_DividerColor="#cbc8ea"
- app:npv_TextColorSelected="@color/black"
+ app:npv_TextColorNormal="?conversation_number_picker_text_color_normal"
+ app:npv_TextColorSelected="?conversation_number_picker_text_color_selected"
app:npv_ItemPaddingVertical="20dp"
app:npv_TextColorHint="@color/grey_600"
app:npv_TextSizeNormal="16sp"
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index 43c6510696..e6780cdfeb 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -40,6 +40,8 @@
+
+
diff --git a/res/values/themes.xml b/res/values/themes.xml
index 8fb41c3556..d816fcae1b 100644
--- a/res/values/themes.xml
+++ b/res/values/themes.xml
@@ -124,6 +124,8 @@
- @drawable/ic_volume_up_light
- @drawable/ic_account_box_light
- @drawable/ic_attach_grey600_24dp
+ - @color/gray65
+ - @color/black
- @color/gray12
- #66555555
@@ -262,6 +264,8 @@
- @drawable/ic_volume_up_dark
- @drawable/ic_account_box_dark
- @drawable/ic_attach_white_24dp
+ - @color/gray13
+ - @color/white
- @color/gray95
- @color/gray65