We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcb0da7 commit 435cc48Copy full SHA for 435cc48
mobile/src/screens/SessionChatScreen.tsx
@@ -928,6 +928,7 @@ const styles = StyleSheet.create({
928
},
929
inputContainer: {
930
flexDirection: 'row',
931
+ alignItems: 'flex-end',
932
padding: 8,
933
borderTopWidth: 1,
934
borderTopColor: '#1c1c1e',
@@ -947,6 +948,7 @@ const styles = StyleSheet.create({
947
948
backgroundColor: '#0a84ff',
949
borderRadius: 20,
950
paddingHorizontal: 16,
951
+ height: 40,
952
justifyContent: 'center',
953
954
sendBtnDisabled: {
@@ -961,6 +963,7 @@ const styles = StyleSheet.create({
961
963
backgroundColor: '#ff3b30',
962
964
965
966
967
968
969
stopBtnText: {
0 commit comments