test: update snapshots

This commit is contained in:
unix
2020-06-30 13:49:35 +08:00
parent bf459ff1a1
commit f23d37c034
2 changed files with 6 additions and 6 deletions

View File

@@ -18,8 +18,8 @@ exports[`Modal customization should be supported 1`] = `
}
</style><style>
.wrapper {
max-width: 85vw;
max-height: 75vh;
max-width: 90vw;
max-height: 90vh;
width: 100px;
overflow: hidden;
display: flex;
@@ -174,8 +174,8 @@ exports[`Modal should render correctly 1`] = `
}
</style><style>
.wrapper {
max-width: 85vw;
max-height: 75vh;
max-width: 90vw;
max-height: 90vh;
width: 26rem;
overflow: hidden;
display: flex;
@@ -221,7 +221,7 @@ exports[`Modal should render correctly 1`] = `
align-content: center;
align-items: center;
flex-direction: column;
justify-content: space-around;
justify-content: center;
height: 100vh;
width: 100vw;
overflow: auto;

View File

@@ -10,7 +10,7 @@ exports[`Backdrop should render correctly 1`] = `
align-content: center;
align-items: center;
flex-direction: column;
justify-content: space-around;
justify-content: center;
height: 100vh;
width: 100vw;
overflow: auto;