Skip to content

Commit

Permalink
fix(compose): fixes compose language button being too thin when
Browse files Browse the repository at this point in the history
You can see its too thin by tapping on it and seeing the button shadow, which indicates its too thin
  • Loading branch information
LucasGGamerM committed Sep 17, 2023
1 parent f0a5799 commit b7d06a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mastodon/src/main/res/layout/compose_action.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b7d06a4

Please sign in to comment.