Skip to content

Commit

Permalink
Update jest snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaw3d committed Apr 26, 2024
1 parent 827ea0f commit 36fc871
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ exports[`<Footer /> should render mobile version of footer 1`] = `
flex: 0 0 auto;
width: 24px;
height: 24px;
fill: #666666;
stroke: #666666;
fill: currentColor;
stroke: currentColor;
}
.c8 g {
Expand Down Expand Up @@ -183,13 +183,6 @@ exports[`<Footer /> should render mobile version of footer 1`] = `
flex-basis: 0;
}
.c6:first-of-type {
-webkit-box-flex: 1.1;
-webkit-flex-grow: 1.1;
-ms-flex-positive: 1.1;
flex-grow: 1.1;
}
.c6:hover {
background-color: #11111108;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ exports[`<Navigation /> should match snapshot 1`] = `
flex: 0 0 auto;
width: 24px;
height: 24px;
fill: #666666;
stroke: #666666;
fill: currentColor;
stroke: currentColor;
}
.c7 g {
Expand All @@ -35,6 +35,40 @@ exports[`<Navigation /> should match snapshot 1`] = `
stroke: none;
}
.c13 {
display: inline-block;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 24px;
height: 24px;
fill: #666666;
stroke: #666666;
}
.c13 g {
fill: inherit;
stroke: inherit;
}
.c13 *:not([stroke])[fill='none'] {
stroke-width: 0;
}
.c13 *[stroke*='#'],
.c13 *[STROKE*='#'] {
stroke: inherit;
fill: none;
}
.c13 *[fill-rule],
.c13 *[FILL-RULE],
.c13 *[fill*='#'],
.c13 *[FILL*='#'] {
fill: inherit;
stroke: none;
}
.c0 {
display: -webkit-box;
display: -webkit-flex;
Expand Down Expand Up @@ -139,7 +173,8 @@ exports[`<Navigation /> should match snapshot 1`] = `
display: flex;
box-sizing: border-box;
max-width: 100%;
background: background-oasis-blue;
background-color: #7D4CDB;
color: #f8f8f8;
min-width: 0;
min-height: 0;
-webkit-flex-direction: row;
Expand Down Expand Up @@ -409,7 +444,7 @@ exports[`<Navigation /> should match snapshot 1`] = `
>
<svg
aria-label="theme.darkMode"
class="c7"
class="c13"
viewBox="0 0 24 24"
>
<path
Expand Down Expand Up @@ -475,8 +510,8 @@ exports[`<Navigation /> with account opened should match snapshot 1`] = `
flex: 0 0 auto;
width: 24px;
height: 24px;
fill: #666666;
stroke: #666666;
fill: currentColor;
stroke: currentColor;
}
.c7 g {
Expand Down Expand Up @@ -606,7 +641,8 @@ exports[`<Navigation /> with account opened should match snapshot 1`] = `
display: flex;
box-sizing: border-box;
max-width: 100%;
background: background-oasis-blue;
background-color: #7D4CDB;
color: #f8f8f8;
min-width: 0;
min-height: 0;
-webkit-flex-direction: row;
Expand Down

0 comments on commit 36fc871

Please sign in to comment.