about summary refs log tree commit diff
path: root/src/view/com/util/forms
diff options
context:
space:
mode:
authorMinseo Lee <itoupluk427@gmail.com>2024-03-12 16:24:32 +0900
committerGitHub <noreply@github.com>2024-03-12 16:24:32 +0900
commit2456ca828fc4ba05a085fa03c6f7c37b3edcd45e (patch)
tree66f4aba71042e83e3dfce03c6da4f487cc8e33da /src/view/com/util/forms
parent236223d02aa61d8f9011c7484c4e8827d336ecb6 (diff)
parentc1c7a55fd5849c66032692533681a5c9317cb6d3 (diff)
downloadvoidsky-2456ca828fc4ba05a085fa03c6f7c37b3edcd45e.tar.zst
Merge branch 'bluesky-social:main' into patch-3
Diffstat (limited to 'src/view/com/util/forms')
-rw-r--r--src/view/com/util/forms/SelectableBtn.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/util/forms/SelectableBtn.tsx b/src/view/com/util/forms/SelectableBtn.tsx
index f09d063a1..e577e155d 100644
--- a/src/view/com/util/forms/SelectableBtn.tsx
+++ b/src/view/com/util/forms/SelectableBtn.tsx
@@ -57,6 +57,7 @@ const styles = StyleSheet.create({
   btn: {
     flexDirection: 'row',
     justifyContent: 'center',
+    flexGrow: 1,
     borderWidth: 1,
     borderLeftWidth: 0,
     paddingHorizontal: 10,