Skip to content

Commit

Permalink
fixup! Feat(web-react): Introduce Drawer component #DS-1580
Browse files Browse the repository at this point in the history
  • Loading branch information
curdaj committed Jan 7, 2025
1 parent af40596 commit 4ea4a4f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const DrawerDefault = () => {
<form className="mb-600">
<div>Drawer alignment:</div>
<Radio
id="drawer-alignment-top"
id="drawer-alignment-left"
marginRight="space-600"
label="Left"
value="left"
Expand All @@ -32,7 +32,7 @@ const DrawerDefault = () => {
onChange={handleDrawerAlignChange}
/>
<Radio
id="drawer-alignment-bottom"
id="drawer-alignment-right"
marginRight="space-600"
label="Right"
value="right"
Expand Down

0 comments on commit 4ea4a4f

Please sign in to comment.