We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dee4f2c commit 2dbdfbaCopy full SHA for 2dbdfba
src/components/modal/DeleteMemberModal.tsx
@@ -33,7 +33,7 @@ export default function DeleteDashboardModal({
33
onClose={onClose}
34
width="w-[327px] sm:w-[568px]"
35
height="h-[160px] sm:h-[174px]"
36
- backgroundClassName="bg-black/15 z-50"
+ backgroundClassName="bg-black/30 z-50"
37
>
38
<div className="flex flex-col sm:gap-10 gap-6 text-center ">
39
<p className="text-xl mt-1.5">멤버를 삭제하시겠습니까?</p>
src/pages/dashboard/[dashboardId]/edit.tsx
@@ -22,7 +22,7 @@ export default function EditDashboard() {
22
23
/* 돌아가기 버튼 */
24
const goToDashboard = () => {
25
- router.push(`/dashboard/${dashboardId}`);
+ router.back();
26
};
27
28
/* 대시보드 삭제 모달 */
0 commit comments