mirror of https://github.com/acid-info/lsd.git
fix: adds border to the modal container
This commit is contained in:
parent
764d0fdc20
commit
027ba9c99d
|
@ -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} {
|
||||
|
|
Loading…
Reference in New Issue