Fix snapshots

Signed-off-by: soupette <cyril.lpz@gmail.com>
This commit is contained in:
soupette 2020-05-18 09:13:37 +02:00 committed by Alexandre Bodin
parent 13e3199d06
commit 2640f07103
4 changed files with 7 additions and 7 deletions

View File

@ -61,7 +61,7 @@ exports[`<EventRow /> should match the snapshot 1`] = `
.c1 + label {
display: inline-block;
font-weight: 400;
font-weight: 500;
font-size: 1.3rem;
}
@ -118,7 +118,7 @@ exports[`<EventRow /> should match the snapshot 1`] = `
.c3 + label {
display: inline-block;
font-weight: 400;
font-weight: 500;
font-size: 1.3rem;
}

View File

@ -54,7 +54,7 @@ exports[`<EventInput /> should match the snapshot 1`] = `
.c2 + label {
display: inline-block;
font-weight: 400;
font-weight: 500;
font-size: 1.3rem;
}
@ -118,7 +118,7 @@ exports[`<EventInput /> should match the snapshot 1`] = `
.c4 + label {
display: inline-block;
font-weight: 400;
font-weight: 500;
font-size: 1.3rem;
}

View File

@ -54,7 +54,7 @@ exports[`<Inputs /> should match the snapshot if type is events 1`] = `
.c4 + label {
display: inline-block;
font-weight: 400;
font-weight: 500;
font-size: 1.3rem;
}
@ -118,7 +118,7 @@ exports[`<Inputs /> should match the snapshot if type is events 1`] = `
.c5 + label {
display: inline-block;
font-weight: 400;
font-weight: 500;
font-size: 1.3rem;
}

View File

@ -196,7 +196,7 @@ exports[`Admin | containers | EditView should match the snapshot 1`] = `
.c17 + label {
display: inline-block;
font-weight: 400;
font-weight: 500;
font-size: 1.3rem;
}