summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/drawables/mastodon/drawable/bubble_right_tail.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/drawables/mastodon/drawable/bubble_right_tail.xml')
-rw-r--r--app/src/main/res/drawables/mastodon/drawable/bubble_right_tail.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/drawables/mastodon/drawable/bubble_right_tail.xml b/app/src/main/res/drawables/mastodon/drawable/bubble_right_tail.xml
index b87980d6e..fa68f846a 100644
--- a/app/src/main/res/drawables/mastodon/drawable/bubble_right_tail.xml
+++ b/app/src/main/res/drawables/mastodon/drawable/bubble_right_tail.xml
@@ -6,13 +6,13 @@
android:pivotY="100%"
android:toDegrees="0">
<shape android:shape="rectangle">
- <solid android:color="?attr/colorSecondary" />
+ <solid android:color="?attr/colorPrimary" />
</shape>
</rotate>
</item>
<item android:right="6dp">
<shape android:shape="rectangle">
- <solid android:color="?attr/colorSecondary" />
+ <solid android:color="?attr/colorPrimary" />
<corners android:radius="5dp" />
</shape>
</item>