Skip to content

Commit

Permalink
fix: close button size
Browse files Browse the repository at this point in the history
  • Loading branch information
Arxeno committed Dec 8, 2023
1 parent 2ce5467 commit ccda3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default function Modal(props: any): JSX.Element {
<img
src={"/icons/cross_box.svg"}
onClick={() => props.modal()}
className="cursor-pointer"
className="cursor-pointer w-[48px]"
></img>
</div>
<div
Expand Down

0 comments on commit ccda3f5

Please sign in to comment.