Skip to content

Commit

Permalink
Update CustomKeyboard.stories.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
koji committed Mar 28, 2024
1 parent 4d1ab37 commit ecf9af7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as React from 'react'
import {
DIRECTION_COLUMN,
Flex,
DIRECTION_COLUMN,
POSITION_ABSOLUTE,
SPACING,
VIEWPORT,
Expand All @@ -16,7 +16,7 @@ import type { Story, Meta } from '@storybook/react'
export default {
title: 'ODD/Atoms/SoftwareKeyboard/CustomKeyboard',
component: CustomKeyboard,
parameters: touchScreenViewport,
parameters: VIEWPORT.touchScreenViewport,
} as Meta

const Template: Story<React.ComponentProps<typeof CustomKeyboard>> = args => {
Expand Down

0 comments on commit ecf9af7

Please sign in to comment.