Skip to content

Commit

Permalink
fix(app): adjust cal dashboard to fit figma designs
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhuff committed Oct 11, 2023
1 parent 8a2ac3d commit 80952fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/src/organisms/CalibrationTaskList/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import * as React from 'react'
import { css } from 'styled-components'
import { useTranslation } from 'react-i18next'
import { useHistory } from 'react-router-dom'

Expand Down Expand Up @@ -115,6 +116,10 @@ export function CalibrationTaskList({
fullPage
backgroundColor={COLORS.fundamentalsBackground}
childrenPadding={`${SPACING.spacing16} ${SPACING.spacing24} ${SPACING.spacing24} ${SPACING.spacing4}`}
css={css`
width: 50rem;
height: 47.5rem;
`}
>
{showCompletionScreen ? (
<Flex
Expand Down

0 comments on commit 80952fd

Please sign in to comment.