Skip to content

Commit

Permalink
fix: button padding
Browse files Browse the repository at this point in the history
  • Loading branch information
koukama committed Mar 11, 2024
1 parent bc54b29 commit c0f68c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/design-system/src/components/SlideOver.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const Example = () => {

return (
<div>
<button onClick={handleOpen} className="bg-white text-black rounded mx-3 my-3">Open SlideOver</button>
<button onClick={handleOpen} className="bg-white text-black rounded mx-3 my-3 px-3">Open SlideOver</button>

<SlideOver isOpen={isOpen} onClose={handleClose}>
<h2>Content of the SlideOver</h2>
Expand Down

0 comments on commit c0f68c1

Please sign in to comment.