Skip to content

Commit

Permalink
Integrate ModalUi4 into most places
Browse files Browse the repository at this point in the history
  • Loading branch information
swansontec committed Jan 11, 2024
1 parent e3c4a80 commit 63c487b
Show file tree
Hide file tree
Showing 31 changed files with 2,118 additions and 1,607 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`AccelerateTxModalComponent should render with loading props 1`] = `
<ThemedModal
<ModalUi4
bridge={
{
"on": [Function],
Expand Down Expand Up @@ -51,5 +51,5 @@ exports[`AccelerateTxModalComponent should render with loading props 1`] = `
showSpinner={false}
/>
</View>
</ThemedModal>
</ModalUi4>
`;
4 changes: 2 additions & 2 deletions src/__tests__/modals/__snapshots__/AddressModal.test.tsx.snap
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`AddressModalComponent should render with loaded props 1`] = `
<ThemedModal
<ModalUi4
bridge={
{
"on": [Function],
Expand Down Expand Up @@ -68,5 +68,5 @@ exports[`AddressModalComponent should render with loaded props 1`] = `
type="primary"
/>
</View>
</ThemedModal>
</ModalUi4>
`;
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`AutoLogoutModal should render with loading props 1`] = `
<ThemedModal
<ModalUi4
bridge={
{
"on": [Function],
Expand Down Expand Up @@ -374,5 +374,5 @@ exports[`AutoLogoutModal should render with loading props 1`] = `
}
}
/>
</ThemedModal>
</ModalUi4>
`;
Loading

0 comments on commit 63c487b

Please sign in to comment.