Skip to content

Commit

Permalink
Merge 21f2460 into a32bbc8
Browse files Browse the repository at this point in the history
  • Loading branch information
NolwenMajorFrances authored Oct 4, 2024
2 parents a32bbc8 + 21f2460 commit db7c6e4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ exports[`<SearchN1/> book offerCategory should render <SearchN1 /> 1`] = `
{
"flexDirection": "row",
"justifyContent": "space-between",
"width": "100%",
},
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ exports[`<SearchLanding /> When App V2 feature flag activated should render V2 A
{
"flexDirection": "row",
"justifyContent": "space-between",
"width": "100%",
},
]
}
Expand Down Expand Up @@ -2726,6 +2727,7 @@ exports[`<SearchLanding /> When wipAppV2SearchLandingHeader feature flag deactiv
{
"flexDirection": "row",
"justifyContent": "space-between",
"width": "100%",
},
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ exports[`<SearchResults/> should render SearchResults 1`] = `
{
"flexDirection": "row",
"justifyContent": "space-between",
"width": "100%",
},
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ const CaptionSubtitle = styled(Typo.Caption)(({ theme }) => ({
const TitleAndWidgetContainer = styled.View({
flexDirection: 'row',
justifyContent: 'space-between',
width: '100%',
})

const TitleContainer = styled.View({
Expand Down

0 comments on commit db7c6e4

Please sign in to comment.