fix: extra padding in confirmation modal

This commit is contained in:
Siddhant Rai
2025-01-03 12:42:23 +05:30
parent 0031ca3159
commit e1784abbeb
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ export default function ConfirmationModal({
}}
>
<div className="relative">
<div className="p-8">
<div>
<p className="font-base mb-1 w-[90%] text-lg text-jet dark:text-bright-gray">
{message}
</p>

View File

@@ -40,7 +40,7 @@ export default function WrapperModal({
<div className="fixed top-0 left-0 z-30 flex h-screen w-screen items-center justify-center bg-gray-alpha bg-opacity-50">
<div
ref={modalRef}
className="relative w-11/12 rounded-2xl bg-white dark:bg-outer-space sm:w-[512px]"
className="relative w-11/12 rounded-2xl bg-white dark:bg-outer-space sm:w-[512px] p-8"
>
{!isPerformingTask && (
<button