refactor(compose): remove unnecessary drawables

This commit is contained in:
LucasGGamerM
2023-09-20 10:26:08 -03:00
parent 4aee67382b
commit 18857e6233
8 changed files with 4 additions and 27 deletions

View File

@@ -578,7 +578,7 @@
android:contentDescription="@string/publish"
android:tint="@color/compose_button"
android:tintMode="src_in"
android:src="@drawable/ic_fluent_send_24_selector"
android:src="@drawable/ic_fluent_send_24_regular"
android:visibility="gone"
android:singleLine="true" />