We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd96413 commit 0825cceCopy full SHA for 0825cce
1 file changed
packages/ui/components/dialog/Dialog.tsx
@@ -14,7 +14,7 @@ import type { IconName } from "../icon";
14
import { Icon } from "../icon";
15
16
const dialogClasses = cva(
17
- "fadeIn bg-default scroll-bar fixed left-1/2 top-1/2 z-50 w-full -translate-x-1/2 -translate-y-1/2 rounded-2xl text-left shadow-xl focus-visible:outline-none sm:align-middle",
+ "fadeIn bg-default scroll-bar fixed left-1/2 top-1/2 z-50 w-[95vw] m-auto -translate-x-1/2 -translate-y-1/2 rounded-2xl text-left shadow-xl focus-visible:outline-none sm:align-middle",
18
{
19
variants: {
20
size: {
0 commit comments