fix: adds border to the modal container

This commit is contained in:
jongomez 2023-10-04 12:14:08 +01:00
parent 764d0fdc20
commit 027ba9c99d
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@ export const ModalStyles = css`
padding: 20px;
max-width: 90%;
box-sizing: border-box;
border: 1px solid rgb(var(--lsd-border-primary));
}
.${modalClasses.header} {