mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-29 13:51:46 +02:00
Minor style tweaks
This commit is contained in:
@@ -28,7 +28,7 @@ export function Dialog({
|
||||
<D.Root open={open} onOpenChange={onOpenChange}>
|
||||
<D.Portal container={document.querySelector<HTMLElement>('#radix-portal')}>
|
||||
<motion.div initial={{ opacity: 0 }} animate={{ opacity: 1 }}>
|
||||
<D.Overlay className="fixed inset-0 bg-gray-900 dark:bg-black/50" />
|
||||
<D.Overlay className="fixed inset-0 bg-gray-900/60 dark:bg-black/50" />
|
||||
<D.Content>
|
||||
<div className={classnames(className, 'fixed inset-0')}>
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user