Skip to content

Commit

Permalink
Make style important
Browse files Browse the repository at this point in the history
  • Loading branch information
ryangoree committed Jan 12, 2024
1 parent d6f4448 commit 9dfd714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export function Home() {
<ProjectDrawer
className="bg-[#191E31]"
insideClassName="!min-h-[640px] max-md:min-h-full h-screen max-md:h-full"
closeButtonClassName="bg-[#191E31]/75 backdrop-blur-sm"
closeButtonClassName="!bg-[#191E31]/75 backdrop-blur-sm"
isOpen={openedDrawer === "elfiverse"}
onClose={closeDrawer}
>
Expand Down

0 comments on commit 9dfd714

Please sign in to comment.