Commit a6bc9d1 1 parent e0bad01 commit a6bc9d1 Copy full SHA for a6bc9d1
File tree 1 file changed +1
-4
lines changed
client/app/components/chat
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ export const ChatScreenFooter: React.FC<ChatInputProps> = ({
51
51
const styles = StyleSheet . create ( {
52
52
container : {
53
53
flexDirection : "row" ,
54
- flex : 1 ,
55
54
alignItems : "center" ,
56
55
borderColor : "#8E8E8E" ,
57
56
borderWidth : 1 ,
@@ -81,12 +80,10 @@ const styles = StyleSheet.create({
81
80
alignSelf : "stretch" ,
82
81
} ,
83
82
sendButtonContainer : {
84
- alignItems : "flex-end " ,
83
+ alignItems : "center " ,
85
84
justifyContent : "flex-end" ,
86
85
flexDirection : "row" ,
87
86
alignSelf : "stretch" ,
88
87
marginRight : Dimensions . get ( "window" ) . width * 0.01 ,
89
- marginBottom : Dimensions . get ( "window" ) . width * 0.01 ,
90
- marginTop : Dimensions . get ( "window" ) . width * 0.01 ,
91
88
} ,
92
89
} ) ;
You can’t perform that action at this time.
0 commit comments