diff --git a/bob_party/socketConfig.js b/bob_party/socketConfig.js index 828e7f6..5fe5458 100644 --- a/bob_party/socketConfig.js +++ b/bob_party/socketConfig.js @@ -1,4 +1,4 @@ const { io } = require("socket.io-client"); -export const socket = io("http://172.20.10.2:3000"); \ No newline at end of file +export const socket = io("http://172.20.10.2:3000"); \ No newline at end of file diff --git a/bob_party/src/screens/style/Chat.style.js b/bob_party/src/screens/style/Chat.style.js index 0d0dd85..c14ebba 100644 --- a/bob_party/src/screens/style/Chat.style.js +++ b/bob_party/src/screens/style/Chat.style.js @@ -14,7 +14,7 @@ export default StyleSheet.create({ zIndex: 2, position: 'absolute', alignSelf:'center', - marginTop: '145%' + marginTop: '135%' }, pressablePlusButton: { alignItems:"center",