Update snapshots

This commit is contained in:
WalkingPizza 2022-08-29 09:50:46 +02:00
parent 13b9bae03e
commit a25d813b6c
8 changed files with 177 additions and 184 deletions

View File

@ -23,8 +23,8 @@ exports[`ADMIN | CM | LV | Configure the view renders and matches the snapshot 1
.c19 {
font-weight: 600;
color: #32324d;
font-size: 0.875rem;
line-height: 1.43;
font-size: 0.75rem;
line-height: 1.33;
}
.c16 {
@ -98,7 +98,7 @@ exports[`ADMIN | CM | LV | Configure the view renders and matches the snapshot 1
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 10px 16px;
padding: 8px 16px;
background: #4945ff;
border: 1px solid #4945ff;
}
@ -1867,8 +1867,8 @@ exports[`ADMIN | CM | LV | Configure the view should add field 1`] = `
.c19 {
font-weight: 600;
color: #32324d;
font-size: 0.875rem;
line-height: 1.43;
font-size: 0.75rem;
line-height: 1.33;
}
.c16 {
@ -1942,7 +1942,7 @@ exports[`ADMIN | CM | LV | Configure the view should add field 1`] = `
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 10px 16px;
padding: 8px 16px;
background: #4945ff;
border: 1px solid #4945ff;
}

View File

@ -422,8 +422,8 @@ describe('ADMIN | Pages | API TOKENS | ListPage', () => {
.c10 {
font-weight: 600;
color: #32324d;
font-size: 0.875rem;
line-height: 1.43;
font-size: 0.75rem;
line-height: 1.33;
}
.c8 {
@ -489,7 +489,7 @@ describe('ADMIN | Pages | API TOKENS | ListPage', () => {
}
.c6 {
padding: 10px 16px;
padding: 8px 16px;
background: #4945ff;
border: 1px solid #4945ff;
border-radius: 4px;

View File

@ -64,8 +64,8 @@ describe('<ListPage />', () => {
.c11 {
font-weight: 600;
color: #32324d;
font-size: 0.875rem;
line-height: 1.43;
font-size: 0.75rem;
line-height: 1.33;
}
.c8 {
@ -139,7 +139,7 @@ describe('<ListPage />', () => {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 10px 16px;
padding: 8px 16px;
background: #4945ff;
border: 1px solid #4945ff;
}

File diff suppressed because one or more lines are too long

View File

@ -472,8 +472,8 @@ describe('Admin | containers | ListView', () => {
.c13 {
font-weight: 600;
color: #32324d;
font-size: 0.875rem;
line-height: 1.43;
font-size: 0.75rem;
line-height: 1.33;
}
.c11 {
@ -539,7 +539,7 @@ describe('Admin | containers | ListView', () => {
}
.c9 {
padding: 10px 16px;
padding: 8px 16px;
background: #4945ff;
border: 1px solid #4945ff;
border-radius: 4px;

View File

@ -71,8 +71,8 @@ describe('Upload | SettingsPage', () => {
.c11 {
font-weight: 600;
color: #32324d;
font-size: 0.875rem;
line-height: 1.43;
font-size: 0.75rem;
line-height: 1.33;
}
.c8 {
@ -146,7 +146,7 @@ describe('Upload | SettingsPage', () => {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 10px 16px;
padding: 8px 16px;
background: #4945ff;
border: 1px solid #4945ff;
}

View File

@ -75,8 +75,8 @@ describe('ADMIN | Pages | Settings | Advanced Settings', () => {
.c11 {
font-weight: 600;
color: #32324d;
font-size: 0.875rem;
line-height: 1.43;
font-size: 0.75rem;
line-height: 1.33;
}
.c8 {
@ -150,7 +150,7 @@ describe('ADMIN | Pages | Settings | Advanced Settings', () => {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 10px 16px;
padding: 8px 16px;
background: #4945ff;
border: 1px solid #4945ff;
}

View File

@ -64,8 +64,8 @@ describe('Plugin | Users and Permissions | RoleListPage', () => {
.c14 {
font-weight: 600;
color: #32324d;
font-size: 0.875rem;
line-height: 1.43;
font-size: 0.75rem;
line-height: 1.33;
}
.c11 {
@ -139,7 +139,7 @@ describe('Plugin | Users and Permissions | RoleListPage', () => {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 10px 16px;
padding: 8px 16px;
background: #4945ff;
border: 1px solid #4945ff;
}