fix(compose): fixes compose language button being too thin when

You can see its too thin by tapping on it and seeing the button shadow, which indicates its too thin
This commit is contained in:
LucasGGamerM
2023-09-17 13:03:18 -03:00
parent f0a5799eea
commit b7d06a47db

View File

@@ -12,7 +12,7 @@
android:id="@+id/language_btn"
style="@style/Widget.Mastodon.M3.Button.Text"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:paddingStart="12dp"
android:paddingEnd="12dp"
android:drawableStart="@drawable/ic_fluent_local_language_16_regular"