Skip to content

Commit

Permalink
fix: tally close button render
Browse files Browse the repository at this point in the history
  • Loading branch information
fmorency committed Nov 15, 2024
1 parent 1c22999 commit 8901001
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/groups/modals/voteDetailsModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,9 @@ function VoteDetailsModal({
<dialog id={modalId} className="modal">
<div className="modal-box relative max-w-4xl min-h-96 max-h-[80vh] overflow-y-hidden flex flex-col md:flex-row md:ml-20 -mt-12 rounded-[24px] shadow-lg bg-secondary transition-all duration-300 z-[1000]">
<form method="dialog" onSubmit={onClose}>
<button className="btn btn-sm btn-circle btn-ghost absolute right-2 top-2"></button>
<button className="btn btn-sm btn-circle text-black dark:text-white btn-ghost absolute right-2 top-2">
</button>
</form>
<div className="flex flex-col flex-grow w-full p-2 space-y-6">
<div className="flex flex-row justify-between items-center">
Expand Down

0 comments on commit 8901001

Please sign in to comment.