From 6ab9b462a3c15a9b8ac00f4f6a94e568147b5738 Mon Sep 17 00:00:00 2001 From: Benoit Marty <benoit@matrix.org> Date: Thu, 15 Jul 2021 13:42:40 +0200 Subject: [PATCH] Fix mic button color --- vector/src/main/res/drawable/ic_voice_mic.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vector/src/main/res/drawable/ic_voice_mic.xml b/vector/src/main/res/drawable/ic_voice_mic.xml index 7cb091afaa..fef5fb9dcf 100644 --- a/vector/src/main/res/drawable/ic_voice_mic.xml +++ b/vector/src/main/res/drawable/ic_voice_mic.xml @@ -5,8 +5,8 @@ android:viewportHeight="32"> <path android:pathData="M10.8,8.2C10.8,5.3281 13.1282,3 16,3C18.8719,3 21.2,5.3281 21.2,8.2V15.9767C21.2,18.8486 18.8719,21.1767 16,21.1767C13.1282,21.1767 10.8,18.8486 10.8,15.9767V8.2Z" - android:fillColor="#8D99A5"/> + android:fillColor="?vctr_content_tertiary"/> <path android:pathData="M6.8998,14.3167C7.8203,14.3167 8.5665,15.0629 8.5665,15.9834C8.5665,20.0737 11.8818,23.3944 15.98,23.4051C15.9867,23.405 15.9934,23.4049 16.0001,23.4049C16.0068,23.4049 16.0134,23.405 16.0201,23.4051C20.1181,23.3941 23.4332,20.0735 23.4332,15.9834C23.4332,15.0629 24.1793,14.3167 25.0998,14.3167C26.0203,14.3167 26.7665,15.0629 26.7665,15.9834C26.7665,21.3586 22.8201,25.8101 17.6667,26.6103V27.6683C17.6667,28.5888 16.9206,29.335 16.0001,29.335C15.0796,29.335 14.3334,28.5888 14.3334,27.6683V26.6104C9.1798,25.8104 5.2332,21.3587 5.2332,15.9834C5.2332,15.0629 5.9794,14.3167 6.8998,14.3167Z" - android:fillColor="#8D99A5"/> + android:fillColor="?vctr_content_tertiary"/> </vector>