Skip to content

Commit

Permalink
Merge branch 'develop' into developer-settings
Browse files Browse the repository at this point in the history
  • Loading branch information
pnarayanaswamy authored Jul 19, 2024
2 parents 05f5945 + 61c7d16 commit 5fcc2a2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exports[`Connections Content should render correctly 1`] = `
class="mm-box multichain-page mm-box--display-flex mm-box--flex-direction-row mm-box--justify-content-center mm-box--width-full mm-box--height-full mm-box--background-color-background-alternative"
>
<div
class="mm-box multichain-page__inner-container connections-page mm-box--display-flex mm-box--flex-direction-column mm-box--width-full mm-box--height-full mm-box--background-color-background-default"
class="mm-box multichain-page__inner-container main-container connections-page mm-box--display-flex mm-box--flex-direction-column mm-box--width-full mm-box--height-full mm-box--background-color-background-default"
data-testid="connections-page"
>
<div
Expand Down
5 changes: 4 additions & 1 deletion ui/components/multichain/pages/connections/connections.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,10 @@ export const Connections = () => {
);

return (
<Page data-testid="connections-page" className="connections-page">
<Page
data-testid="connections-page"
className="main-container connections-page"
>
<Header
backgroundColor={BackgroundColor.backgroundDefault}
startAccessory={
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exports[`All Connections render renders correctly 1`] = `
class="mm-box multichain-page mm-box--display-flex mm-box--flex-direction-row mm-box--justify-content-center mm-box--width-full mm-box--height-full mm-box--background-color-background-alternative"
>
<div
class="mm-box multichain-page__inner-container mm-box--display-flex mm-box--flex-direction-column mm-box--width-full mm-box--height-full mm-box--background-color-background-default"
class="mm-box multichain-page__inner-container main-container mm-box--display-flex mm-box--flex-direction-column mm-box--width-full mm-box--height-full mm-box--background-color-background-default"
data-testid="permissions-page"
>
<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const PermissionsPage = () => {
});

return (
<Page data-testid="permissions-page">
<Page className="main-container" data-testid="permissions-page">
<Header
backgroundColor={BackgroundColor.backgroundDefault}
startAccessory={
Expand Down

0 comments on commit 5fcc2a2

Please sign in to comment.