Skip to content

Commit

Permalink
added text changes
Browse files Browse the repository at this point in the history
  • Loading branch information
BabuTechBsf committed Nov 8, 2024
1 parent c2ed297 commit b169b8f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/dropzone/dropzone.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,7 @@ const Template: StoryFn<typeof Dropzone> = ( args ) => <Dropzone { ...args } />;

export const Basic = Template.bind( {} );
Basic.args = {
label: 'Drag & drop or browse files',
size: 'sm',
inlineIcon: false,
helpText: 'Supports PNG, JPG, and PDF files',
disabled: false,
helpText: 'Click to upload your files',
};

export const LargeSize = Template.bind( {} );
Expand Down

0 comments on commit b169b8f

Please sign in to comment.