From 3992012b16b5498be893a0438bef1cb313187032 Mon Sep 17 00:00:00 2001 From: Mahen Date: Sat, 14 Mar 2026 11:29:27 +0700 Subject: [PATCH] style: recoloring overlay modal profile edit form background color. --- src/components/dashboards/ProfileModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/dashboards/ProfileModal.tsx b/src/components/dashboards/ProfileModal.tsx index ddf4a6e..225763a 100644 --- a/src/components/dashboards/ProfileModal.tsx +++ b/src/components/dashboards/ProfileModal.tsx @@ -38,7 +38,7 @@ export const ProfileModal = ({ initial={{ opacity: 0, y: 20 }} animate={{ opacity: 1, y: 0 }} transition={{ duration: 0.2, ease: "circOut" }} - className="fixed inset-0 flex items-center justify-center bg-black/50 z-1" + className="fixed inset-0 flex items-center justify-center bg-primary/30 z-1" >