Skip to content

Commit

Permalink
refactor(app): make the gripper animation on the ODD slightly bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhuff committed Nov 18, 2024
1 parent 2e93a51 commit 30fb7fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ import {
import { RecoverySingleColumnContentWrapper } from './RecoveryContentWrapper'
import { RecoveryFooterButtons } from './RecoveryFooterButtons'
import { ODD_ONLY, DESKTOP_ONLY, RECOVERY_MAP } from '../constants'
import { RecoveryRadioGroup } from '/app/organisms/ErrorRecoveryFlows/shared/RecoveryRadioGroup'

import type { JSX } from 'react'
import type { TFunction } from 'i18next'
import type { RecoveryContentProps } from '../types'
import { RecoveryRadioGroup } from '/app/organisms/ErrorRecoveryFlows/shared/RecoveryRadioGroup'

type HoldingLabwareOption = 'yes' | 'no'
export const HOLDING_LABWARE_OPTIONS: HoldingLabwareOption[] = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@ const ANIMATION_CONTAINER_STYLE = css`
const ANIMATION_STYLE = css`
@media ${RESPONSIVENESS.touchscreenMediaQuerySpecs} {
width: 27rem;
height: 18.75rem;
height: 20.25rem;
}
`

0 comments on commit 30fb7fb

Please sign in to comment.