Skip to content

Commit

Permalink
fix: set border radius for modals in small screens (#2004)
Browse files Browse the repository at this point in the history
Co-authored-by: OGBONNA SUNDAY <[email protected]>
  • Loading branch information
itskish0re and OgDev-01 authored Oct 25, 2023
1 parent bcdecfc commit 738c714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/molecules/Dialog/dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const DialogContent = React.forwardRef<
ref={ref}
className={clsx(
className,
"fixed z-50 grid w-full pb-3 gap-4 rounded-b-lg bg-light-slate-2 lg:p-6 animate-in data-[state=open]:fade-in-90 data-[state=open]:slide-in-from-bottom-10 md:w-max sm:rounded-lg sm:zoom-in-90 data-[state=open]:sm:slide-in-from-bottom-0"
"fixed z-50 grid w-full pb-3 gap-4 bg-light-slate-2 lg:p-6 animate-in data-[state=open]:fade-in-90 data-[state=open]:slide-in-from-bottom-10 md:w-max rounded-lg sm:zoom-in-90 data-[state=open]:sm:slide-in-from-bottom-0"
)}
{...props}
>
Expand Down

0 comments on commit 738c714

Please sign in to comment.