summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/drawable/ic_compose_attachment_play.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/drawable/ic_compose_attachment_play.xml')
-rw-r--r--app/src/main/res/drawable/ic_compose_attachment_play.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/drawable/ic_compose_attachment_play.xml b/app/src/main/res/drawable/ic_compose_attachment_play.xml
index 9b7ecb7fd..cabd5d806 100644
--- a/app/src/main/res/drawable/ic_compose_attachment_play.xml
+++ b/app/src/main/res/drawable/ic_compose_attachment_play.xml
@@ -4,9 +4,9 @@
android:viewportWidth="24"
android:viewportHeight="24">
<path
- android:fillColor="?attr/colorControlNormal"
+ android:fillColor="?attr/colorTertiary"
android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2z" />
<path
- android:fillColor="?attr/colorPrimary"
- android:pathData="M10,16.5v-9l6,4.5 -6,4.5z" />
+ android:fillColor="?attr/colorOnTertiary"
+ android:pathData="M10,15.5v-7c0,-0.41 0.47,-0.65 0.8,-0.4l4.67,3.5c0.27,0.2 0.27,0.6 0,0.8l-4.67,3.5c-0.33,0.25 -0.8,0.01 -0.8,-0.4z" />
</vector>