From 9fe7109faf39a71413de015849b3f9632b79a8ce Mon Sep 17 00:00:00 2001 From: "santasri.pachhal" Date: Fri, 10 Jul 2026 11:31:36 +0530 Subject: [PATCH] style: widen plan and role sheet panels --- src/app/(modules)/plans/components/PlanSheet.tsx | 8 ++++++-- src/app/(modules)/roles/components/RoleSheet.tsx | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/src/app/(modules)/plans/components/PlanSheet.tsx b/src/app/(modules)/plans/components/PlanSheet.tsx index 5af86f5..6a266cb 100644 --- a/src/app/(modules)/plans/components/PlanSheet.tsx +++ b/src/app/(modules)/plans/components/PlanSheet.tsx @@ -67,7 +67,7 @@ export function PlanSheet({ return ( - + {planId ? 'Edit Plan' : 'Create Plan'} @@ -77,7 +77,11 @@ export function PlanSheet({ -
+
@@ -73,7 +73,11 @@ export function RoleSheet({ - +