Skip to content

Commit

Permalink
fix(modal): update changes correction css (#622)
Browse files Browse the repository at this point in the history
* fix(modal): detail modal with margin in topline

* fix(modal): remove comment

---------

Co-authored-by: Daniel Montoya <[email protected]>
  • Loading branch information
Eriold and Daniel Montoya authored Feb 18, 2024
1 parent cb1b3c3 commit 842ce38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/organisms/ModalAlert/ModalAlert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export function ModalAlert({
description,
optionsButton,
}: ModalAlertProps): JSX.Element {
// const [isOpen, setIsOpen] = useState(showModal)
const [isDesktop] = useMediaQuery('(min-width: 650px)')

const showBorder = optionsButton.length > 1
Expand Down

0 comments on commit 842ce38

Please sign in to comment.