Skip to content

Commit ffdb361

Browse files
committed
Fix banner covering add exercise button
1 parent 2896a3c commit ffdb361

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

components/workout/ExerciseList.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ const styles = StyleSheet.create({
234234
borderWidth: 1.5,
235235
borderStyle: 'dashed',
236236
marginTop: 4,
237+
marginBottom: 16,
237238
},
238239
addExerciseText: {
239240
fontSize: 16,

components/workout/WorkoutInterface.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,6 @@ const styles = StyleSheet.create({
260260
},
261261
scrollContent: {
262262
paddingVertical: 16,
263-
paddingBottom: 100,
263+
paddingBottom: 160,
264264
},
265265
});

0 commit comments

Comments
 (0)