Skip to content

Commit

Permalink
test: update snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
quantizor committed Oct 14, 2023
1 parent 76d655e commit 8baa0ea
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions test/components/NavBar/__snapshots__/Navbar.spec.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ exports[`Navbar renders correctly 1`] = `
align-items: center;
background-color: rgba(12, 13, 15, 0.7);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
box-sizing: border-box;
color: white;
display: flex;
Expand Down
1 change: 1 addition & 0 deletions test/components/NavBar/__snapshots__/index.spec.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ exports[`Nav renders correctly 1`] = `
align-items: center;
background-color: rgba(12, 13, 15, 0.7);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
box-sizing: border-box;
color: white;
display: flex;
Expand Down
1 change: 1 addition & 0 deletions test/components/__snapshots__/DocsLayout.spec.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ exports[`DocsLayout renders correctly 1`] = `
align-items: center;
background-color: rgba(12, 13, 15, 0.7);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
box-sizing: border-box;
color: white;
display: flex;
Expand Down
4 changes: 2 additions & 2 deletions test/components/__snapshots__/Note.spec.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ exports[`Note renders correctly 1`] = `
margin: 0 0 0.2777777777777778rem 0;
}
.sc-hzvfaM+.c0,
.sc-clmipK+.c0 {
.sc-eDDNPB+.c0,
.sc-dmqGxT+.c0 {
margin-top: 1.9444444444444444rem;
}
Expand Down

0 comments on commit 8baa0ea

Please sign in to comment.