diff --git a/apps/skolplattformen-app/components/week.component.tsx b/apps/skolplattformen-app/components/week.component.tsx index 4177cd8d9..4b525fbbc 100644 --- a/apps/skolplattformen-app/components/week.component.tsx +++ b/apps/skolplattformen-app/components/week.component.tsx @@ -181,12 +181,12 @@ export const Week = ({ child }: WeekProps) => { const themedStyles = StyleService.create({ view: { backgroundColor: 'background-basic-color-1', - maxHeight: '60%', + maxHeight: '65%', paddingBottom: 0, margin: 0, }, innerView: { - paddingBottom: 60, + paddingBottom: 170, margin: 0, }, part: {