File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ const BountyDetails = () => {
189189 { bounty ? (
190190 < div className = "w-full h-full flex" >
191191 < Dialog open = { open } onOpenChange = { loginAlert } >
192- < DialogContent className = "bg-black" >
192+ < DialogContent className = "[&>button]:hidden bg-black" >
193193 < DialogHeader >
194194 < DialogTitle > Login</ DialogTitle >
195195 < DialogDescription >
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ const Bounty = () => {
9393 return (
9494 < div className = "container mx-auto " >
9595 < Dialog open = { open } onOpenChange = { loginAlert } >
96- < DialogContent className = "bg-black" >
96+ < DialogContent className = "bg-black [&>button]:hidden " >
9797 < DialogHeader >
9898 < DialogTitle > Login</ DialogTitle >
9999 < DialogDescription >
You can’t perform that action at this time.
0 commit comments