fix(ui): improve delete popup spacing on tablets and small screens (#22042)

Co-authored-by: Kartik Saini <41051387+kart1ka@users.noreply.github.com>
This commit is contained in:
manthansubhash01
2025-07-03 16:19:19 +00:00
committed by GitHub
co-authored by Kartik Saini
parent fd964131d1
commit 0825cce82c
+1 -1
View File
@@ -14,7 +14,7 @@ import type { IconName } from "../icon";
import { Icon } from "../icon";
const dialogClasses = cva(
"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",
{
variants: {
size: {