(feat:theme)exacting the designs

This commit is contained in:
ManishMadan2882
2025-02-18 04:20:20 +05:30
parent 361f6895ee
commit 04730ba8c7
3 changed files with 8 additions and 8 deletions

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] p-8"
className="relative w-11/12 rounded-2xl bg-white dark:bg-[#26272E] sm:w-[512px] p-8"
>
{!isPerformingTask && (
<button