diff --git a/vector/src/main/res/drawable-v24/ic_shield_custom.xml b/vector/src/main/res/drawable-v24/ic_shield_custom.xml index e258223d04..b04e7b6032 100644 --- a/vector/src/main/res/drawable-v24/ic_shield_custom.xml +++ b/vector/src/main/res/drawable-v24/ic_shield_custom.xml @@ -7,7 +7,7 @@ android:strokeWidth="1" android:pathData="M12,21C12,21 21,17.2 21,11.5V4.85L12,2L3,4.85V11.5C3,17.2 12,21 12,21Z" android:strokeLineJoin="round" - android:fillColor="?attr/colorAccent" + android:fillColor="?attr/vctr_encrypting_message_text_color" android:fillType="evenOdd" android:strokeColor="#ffffff" android:strokeLineCap="round"/> diff --git a/vector/src/main/res/drawable-v24/ic_shield_trusted.xml b/vector/src/main/res/drawable-v24/ic_shield_trusted.xml index 3d0aa44df4..e352ee266d 100644 --- a/vector/src/main/res/drawable-v24/ic_shield_trusted.xml +++ b/vector/src/main/res/drawable-v24/ic_shield_trusted.xml @@ -7,7 +7,7 @@ android:strokeWidth="1" android:pathData="M12,21C12,21 21,17.2 21,11.5V4.85L12,2L3,4.85V11.5C3,17.2 12,21 12,21Z" android:strokeLineJoin="round" - android:fillColor="?attr/colorAccent" + android:fillColor="?attr/vctr_encrypting_message_text_color" android:fillType="evenOdd" android:strokeColor="#ffffff" android:strokeLineCap="round"/>