Skip to content

Commit 3544f17

Browse files
committed
Merge branch 'master' of https://github.com/as6730/Weekender
2 parents 861c023 + 7e8e1ee commit 3544f17

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

‎client/frontend/components/ShowPage.js‎

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,15 +178,16 @@ class ShowPage extends React.Component {
178178
const styles = StyleSheet.create({
179179
container: {
180180
flex: 1,
181-
height: "100%",
181+
height: "95%",
182+
marginTop: '5%',
182183
},
183184
title: {
184185
fontSize: 24,
185186
fontWeight: 'bold',
186187
marginBottom: 10,
187188
},
188189
info: {
189-
padding: 25,
190+
padding: 15,
190191
height: '30%',
191192
borderBottomWidth: 1,
192193
borderTopWidth: 1,
@@ -200,7 +201,7 @@ const styles = StyleSheet.create({
200201
width: '100%',
201202
},
202203
mapContainer: {
203-
height: '45%',
204+
height: '48%',
204205
zIndex: -10,
205206
},
206207
map: {
@@ -230,7 +231,7 @@ const styles = StyleSheet.create({
230231
borderColor: '#FE5D26',
231232
height: 30,
232233
width: '40%',
233-
marginTop: 260,
234+
marginTop: 240,
234235
},
235236
textStyle: {
236237
alignSelf: 'center',

‎client/frontend/components/common/BigButton.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const BigButton = ({ onPress, children, isPressed, color, imgUrl}) => {
3131
source={imgUrl}/>
3232
<View style={{
3333
position: 'absolute',
34-
backgroundColor: (isPressed ? 'transparent' : 'rgba(236, 236, 236, 0.75)'),
34+
backgroundColor: (isPressed ? 'transparent' : 'rgba(236, 236, 236, 0.5)'),
3535
height: '100%',
3636
width: "100%"}}
3737
transform={[{translateY: -0.5}]}/>

‎client/frontend/components/common/Button.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const styles = {
2020
borderColor: '#FE5D26',
2121
height: 30,
2222
width: '40%',
23-
marginTop: 260,
23+
marginTop: 240,
2424
},
2525
textStyle: {
2626
alignSelf: 'center',

0 commit comments

Comments
 (0)