Skip to content

Commit

Permalink
Integrate ModalUi4 into most places
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon-edge authored and paullinator committed Jan 12, 2024
1 parent 9b961ae commit 91f1a7a
Show file tree
Hide file tree
Showing 31 changed files with 3,049 additions and 2,456 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 @@ -65,5 +65,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 91f1a7a

Please sign in to comment.