Skip to content

Commit

Permalink
fix(design): don't set text colors for drawer
Browse files Browse the repository at this point in the history
let the colors flow into it
  • Loading branch information
steveoh committed Jul 30, 2024
1 parent 581d86a commit 9fd4c5d
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 @@ -38,7 +38,7 @@ const drawer = tv({
slots: {
container:
'group shrink-0 bg-white duration-500 ease-in-out dark:bg-zinc-800',
content: 'text-zinc-900 duration-500 ease-in-out dark:text-zinc-100',
content: 'duration-500 ease-in-out',
trigger: 'absolute z-10 overflow-hidden rounded border-zinc-200 bg-white ',
triggerButton:
'flex items-center justify-center rounded-none border-0 bg-transparent p-1 shadow-md hover:bg-current group-hover:bg-black/10 dark:group-hover:bg-white/10',
Expand Down

0 comments on commit 9fd4c5d

Please sign in to comment.