Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
albertfolch-redeemeum committed Jan 14, 2025
1 parent 3af7799 commit 72e6426
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function CommitOfferPolicyView({
onArrowLeftClick: onBackClick,
headerComponent: (
<Grid gap="1rem" style={{ flex: "1" }} justifyContent="space-between">
<Typography tag="h3" style={{ flex: "1 1" }}>
<Typography tag="h3" style={{ flex: "1 1" }} margin={0}>
{offerName}
</Typography>
{showBosonLogoInHeader && <ThemedBosonLogo />}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Wrapper = styled.div<{ $flexWrap: string }>`
padding: 1rem 2rem;
display: flex;
flex-wrap: ${({ $flexWrap }) => $flexWrap};
border-bottom: 2px solid ${getCssVar("--background-accent-color")};
border-bottom: 2px solid ${getCssVar("--background-color")};
align-items: flex-end;
justify-content: space-between;
gap: 0.5rem;
Expand Down

0 comments on commit 72e6426

Please sign in to comment.