Skip to content

Commit 435cc48

Browse files
grichaclaude
andauthored
Fix send button growing with textarea in chat (#53)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent bcb0da7 commit 435cc48

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mobile/src/screens/SessionChatScreen.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -928,6 +928,7 @@ const styles = StyleSheet.create({
928928
},
929929
inputContainer: {
930930
flexDirection: 'row',
931+
alignItems: 'flex-end',
931932
padding: 8,
932933
borderTopWidth: 1,
933934
borderTopColor: '#1c1c1e',
@@ -947,6 +948,7 @@ const styles = StyleSheet.create({
947948
backgroundColor: '#0a84ff',
948949
borderRadius: 20,
949950
paddingHorizontal: 16,
951+
height: 40,
950952
justifyContent: 'center',
951953
},
952954
sendBtnDisabled: {
@@ -961,6 +963,7 @@ const styles = StyleSheet.create({
961963
backgroundColor: '#ff3b30',
962964
borderRadius: 20,
963965
paddingHorizontal: 16,
966+
height: 40,
964967
justifyContent: 'center',
965968
},
966969
stopBtnText: {

0 commit comments

Comments
 (0)