Skip to content

Commit

Permalink
fix(uds): fix sidebar toggle button alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Dec 13, 2024
1 parent f943fab commit c64f6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utah-design-system/src/components/Drawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const drawer = tv({
content:
"h-full w-80 overflow-y-auto data-[open='false']:-translate-x-full data-[open='true']:translate-x-0",
triggerButton:
'-right-[25px] top-[calc(50%-24px)] h-10 flex-col rounded-l-none border-l-0 dark:border-zinc-700 dark:bg-zinc-800',
'-right-[25px] top-[calc(50%-24px)] h-10 flex-col rounded-l-none border-l-0 !p-1 dark:border-zinc-700 dark:bg-zinc-800',
},
tray: {
container:
Expand Down

0 comments on commit c64f6e3

Please sign in to comment.