Skip to content

Commit

Permalink
fix: fix modal's close icon position
Browse files Browse the repository at this point in the history
  • Loading branch information
jongomez committed Oct 4, 2023
1 parent 3c398e7 commit dbbe5e5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/lsd-react/src/components/Modal/Modal.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ export const ModalStyles = css`
}
.${modalClasses.modalContainer} {
position: relative;
background: rgb(var(--lsd-surface-primary));
padding: 20px;
Expand All @@ -43,6 +45,9 @@ export const ModalStyles = css`
}
.${modalClasses.closeIcon} {
position: absolute;
top: 8px;
right: 8px;
cursor: pointer;
}
Expand Down

0 comments on commit dbbe5e5

Please sign in to comment.