Skip to content

Commit

Permalink
fix(app): fix storybook build error (#14780)
Browse files Browse the repository at this point in the history
* fix(app): fix storybook build error
  • Loading branch information
koji authored Apr 2, 2024
1 parent f38e962 commit 8ee0268
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import {
Flex,
POSITION_ABSOLUTE,
SPACING,
VIEWPORT,
} from '@opentrons/components'
import { touchScreenViewport } from '../../../DesignTokens/constants'
import { InputField } from '../../InputField'
import { NumericalKeyboard } from '.'
import '../index.css'
Expand All @@ -16,7 +16,7 @@ import type { Story, Meta } from '@storybook/react'
export default {
title: 'ODD/Atoms/SoftwareKeyboard/NumericalKeyboard',
component: NumericalKeyboard,
parameters: touchScreenViewport,
parameters: VIEWPORT.touchScreenViewport,
argTypes: {
isDecimal: {
control: {
Expand Down

0 comments on commit 8ee0268

Please sign in to comment.