Skip to content

Commit

Permalink
Update jest snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaw3d committed Jul 31, 2024
1 parent 06835b8 commit fea21e2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ exports[`<Account /> should match snapshot 1`] = `
cursor: pointer;
}
.c1:hover {
background-color: rgba(221,221,221,0.5);
color: black;
}
.c2 {
display: -webkit-box;
display: -webkit-flex;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@ exports[`<AccountSelector /> should match snapshot 1`] = `
cursor: pointer;
}
.c3:hover {
background-color: rgba(221,221,221,0.5);
color: black;
}
.c4 {
display: -webkit-box;
display: -webkit-flex;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ exports[`<Contacts /> should match snapshot 1`] = `
cursor: pointer;
}
.c3:hover {
background-color: rgba(221,221,221,0.5);
color: black;
}
.c4 {
display: -webkit-box;
display: -webkit-flex;
Expand Down

0 comments on commit fea21e2

Please sign in to comment.