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:
@@ -12,7 +12,7 @@
|
|||||||
android:id="@+id/language_btn"
|
android:id="@+id/language_btn"
|
||||||
style="@style/Widget.Mastodon.M3.Button.Text"
|
style="@style/Widget.Mastodon.M3.Button.Text"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="wrap_content"
|
||||||
android:paddingStart="12dp"
|
android:paddingStart="12dp"
|
||||||
android:paddingEnd="12dp"
|
android:paddingEnd="12dp"
|
||||||
android:drawableStart="@drawable/ic_fluent_local_language_16_regular"
|
android:drawableStart="@drawable/ic_fluent_local_language_16_regular"
|
||||||
|
|||||||
Reference in New Issue
Block a user