Skip to content

Commit

Permalink
Removing inner background from Form story
Browse files Browse the repository at this point in the history
  • Loading branch information
corbanbrook committed Apr 11, 2024
1 parent 94000aa commit a703f2c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/components/Form/Form.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,7 @@ export const Default: Story = {
{...args}
>
{({ control, reset, formState: { errors }, setValue }) => (
<Box
background="backgroundPrimary"
flexDirection="column"
gap="5"
padding="4"
borderRadius="xs"
>
<Box flexDirection="column" gap="4">
<TextInput
control={control}
label="First Name"
Expand Down

0 comments on commit a703f2c

Please sign in to comment.