Skip to content

Commit

Permalink
Storybook: Add default color values for initial component visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshupathak95 committed Dec 27, 2024
1 parent 25103b3 commit 3c01f7e
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,17 @@ const meta = {
type: {
summary: 'boolean',
},
defaultValue: { summary: false },
},
},
},
};

export default meta;

export const Default = {};
export const Default = {
args: {
backgroundColor: '#ffffff',
textColor: '#ffffff',
},
};

0 comments on commit 3c01f7e

Please sign in to comment.