From 99d05d8db32c2fad5fc9c5fb2b15556695714768 Mon Sep 17 00:00:00 2001 From: ganfra Date: Fri, 11 Jun 2021 19:27:35 +0200 Subject: [PATCH] Theme: fix call tile text color --- .../src/main/res/layout/item_timeline_event_call_tile_stub.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vector/src/main/res/layout/item_timeline_event_call_tile_stub.xml b/vector/src/main/res/layout/item_timeline_event_call_tile_stub.xml index ab59802145..368d0ac512 100644 --- a/vector/src/main/res/layout/item_timeline_event_call_tile_stub.xml +++ b/vector/src/main/res/layout/item_timeline_event_call_tile_stub.xml @@ -52,7 +52,7 @@ android:layout_marginTop="12dp" android:layout_marginEnd="8dp" android:layout_marginBottom="12dp" - android:textColor="?vctr_notice_secondary" + android:textColor="?vctr_content_secondary" android:textSize="13sp" tools:text="@string/video_call_in_progress" />