Skip to content

Commit fd989ac

Browse files
committed
chore: fix snapshot tests after font weight update
1 parent f2b512d commit fd989ac

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

packages/new-polymath-ui/src/components/ProgressIndicator/__tests__/__snapshots__/ProgressIndicator.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ exports[`ProgressIndicator renders without crashing 1`] = `
4747
margin-bottom: 0;
4848
margin-left: calc(1.6em / 2);
4949
margin-top: 0;
50-
font-weight: 500;
50+
font-weight: 400;
5151
line-height: 1.5;
5252
font-size: inherit;
5353
overflow-wrap: break-word;

packages/new-polymath-ui/src/components/Table/__tests__/__snapshots__/Table.tsx.snap

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ exports[`Table renders without crashing 1`] = `
105105
transition-property: background,color,border-color,opacity;
106106
font-family: 'Overpass',sans-serif;
107107
font-size: 0.875rem;
108-
font-weight: 500;
108+
font-weight: 400;
109109
background-color: transparent;
110110
border-color: transparent;
111111
color: currentColor;
@@ -211,7 +211,7 @@ exports[`Table renders without crashing 1`] = `
211211
align-items: center;
212212
padding: 0.6em;
213213
height: 48px;
214-
font-weight: 500;
214+
font-weight: 400;
215215
}
216216
217217
.c4:first-child {
@@ -257,7 +257,7 @@ exports[`Table renders without crashing 1`] = `
257257
transition-property: background,color,border-color,opacity;
258258
font-family: 'Overpass',sans-serif;
259259
font-size: 0.875rem;
260-
font-weight: 500;
260+
font-weight: 400;
261261
padding: 0;
262262
background: none;
263263
text-transform: none;
@@ -346,7 +346,7 @@ exports[`Table renders without crashing 1`] = `
346346
transition-property: background,color,border-color,opacity;
347347
font-family: 'Overpass',sans-serif;
348348
font-size: 0.875rem;
349-
font-weight: 500;
349+
font-weight: 400;
350350
background-color: transparent;
351351
border-color: transparent;
352352
color: currentColor;
@@ -422,7 +422,7 @@ exports[`Table renders without crashing 1`] = `
422422
transition-property: background,color,border-color,opacity;
423423
font-family: 'Overpass',sans-serif;
424424
font-size: 0.875rem;
425-
font-weight: 500;
425+
font-weight: 400;
426426
background-color: transparent;
427427
border-color: transparent;
428428
color: currentColor;
@@ -1871,7 +1871,7 @@ exports[`Table renders without crashing 1`] = `
18711871
class="css-6o5gw2"
18721872
>
18731873
<div
1874-
class="css-1crx08z"
1874+
class="css-1fdx8t6"
18751875
>
18761876
10
18771877
</div>
@@ -1956,7 +1956,7 @@ exports[`Table renders without crashing 1`] = `
19561956
class="css-6o5gw2"
19571957
>
19581958
<div
1959-
class="css-1crx08z"
1959+
class="css-1fdx8t6"
19601960
>
19611961
1
19621962
</div>

packages/polymath-ui/src/components/Heading/__tests__/__snapshots__/Heading.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ exports[`renders without crashing 1`] = `
66
line-height: 1.5;
77
color: #152935;
88
font-size: 1.25rem;
9-
font-weight: 600;
9+
font-weight: 400;
1010
}
1111
1212
<h2

0 commit comments

Comments
 (0)