Skip to content

Commit

Permalink
Update jest snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaw3d committed Mar 26, 2024
1 parent a16d7cd commit 7bb38ef
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ exports[`<Footer /> should render mobile version of footer 1`] = `
.c2 {
box-sizing: border-box;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
font-size: 14px;
line-height: 20px;
color: #0092f6;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ exports[`<ThemeSelect /> should match snapshot 1`] = `
margin: 0;
border: 1px solid rgba(0,0,0,0.33);
border-radius: 4px;
border: none;
outline: none;
border: none;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,10 @@ exports[`<AddContact /> should match snapshot 1`] = `
position: absolute;
}
.c4:focus {
outline: none;
}
@media only screen and (max-width:768px) {
.c6 {
margin-left: 12px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,10 @@ exports[`<Transaction /> should handle unknown transaction types gracefully 1`]
.c24 {
box-sizing: border-box;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
font-size: inherit;
line-height: inherit;
color: #7D4CDB;
Expand Down Expand Up @@ -1040,6 +1044,10 @@ exports[`<Transaction /> should match snapshot 1`] = `
.c24 {
box-sizing: border-box;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
font-size: inherit;
line-height: inherit;
color: #7D4CDB;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1479,7 +1479,6 @@ exports[`<CreateWalletPage /> should match snapshot 1`] = `
>
<label
class="c22"
label="createWallet.confirmSaved"
>
<div
class="c23 c24"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,10 @@ exports[`<ImportAccountsSelectionModal /> should match snapshot 1`] = `
position: absolute;
}
.c4:focus {
outline: none;
}
.c13 {
display: inline-block;
box-sizing: border-box;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,6 @@ exports[`<TransactionConfirmation /> should render component 1`] = `
>
<label
class="c12"
label="I confirm the amount and the address are correct"
>
<div
class="c13 c14"
Expand Down

0 comments on commit 7bb38ef

Please sign in to comment.