Skip to content

Commit

Permalink
fix: updated code to fix the validation styles
Browse files Browse the repository at this point in the history
  • Loading branch information
okelloMarvinSophany authored and rluders committed Sep 21, 2023
1 parent b9c1a29 commit 14f93a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/FloatingLabel/FloatingLabel.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,12 @@ export default {
const Template: Story<FloatingLabelProps> = (args) => <FloatingLabel {...args} />;

export const FilledSuccess = Template.bind({});
FilledSuccess.storyName = 'Filled success';
FilledSuccess.args = {
error: false,
buttonStyle: 'filled',
label: 'Label',
};
export const OutlinedSuccess = Template.bind({});
OutlinedSuccess.storyName = 'Outlined success';
OutlinedSuccess.args = {
error: false,
buttonStyle: 'outlined',
Expand Down

0 comments on commit 14f93a7

Please sign in to comment.