Skip to content

Commit

Permalink
fix: client ui modal close button positioning to top right
Browse files Browse the repository at this point in the history
  • Loading branch information
vincit-matu committed Jan 12, 2025
1 parent 8977b48 commit 724a61b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/ui/components/common/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ const CloseButton = styled(Button).attrs({
variant: "secondary",
})`
border-width: 0 !important;
position: absolute !important;
top: 0 !important;
right: 0 !important;
`;

type Props = {
Expand Down

0 comments on commit 724a61b

Please sign in to comment.