Skip to content

Commit

Permalink
better dark
Browse files Browse the repository at this point in the history
  • Loading branch information
blackmann committed Apr 11, 2024
1 parent fb7c519 commit c64f08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/components/modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function Modal({ children, className, onClose, open }: Props) {
return ReactDOM.createPortal(
<dialog
className={clsx(
"rounded-xl border border-zinc-300 dark:border-neutral-700 shadow",
"rounded-xl border border-zinc-300 dark:border-neutral-700 shadow dark:bg-neutral-900",
className,
)}
ref={ref}
Expand Down

0 comments on commit c64f08d

Please sign in to comment.