Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
style: headercta display fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
TuukkaIkius committed Jan 24, 2024
1 parent 236daeb commit 76506d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion components/Header/HeaderCTA.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ gap:16px;
font-size: 14px;
line-height: 18px;
font-weight: 400;
height:48px;
height:48px !important;
font-family: sans-serif;
width:50%;
border-radius: 6px;
box-shadow:0px 3px 1px -2px rgba(81, 47, 201, 0.20),
Expand Down
2 changes: 1 addition & 1 deletion components/Header/HeaderCTA.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const HeaderCTA = ({
key={`navCTA-${cta.href}-${i}`}
variant={i !== 0 ? "secondary" : "primary"}
id={cta?.id || ""}
shape="lg"
shape="md"
>
{cta.title}
</Button>
Expand Down

0 comments on commit 76506d1

Please sign in to comment.