Skip to content

Commit

Permalink
pricing: bolder
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Calcote <[email protected]>
Signed-off-by: Jyothi Swaroop Reddy <[email protected]>
  • Loading branch information
leecalcote authored and JyothiSwaroopReddy07 committed Jan 19, 2024
1 parent 1d9cc82 commit 7180520
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/PlanCard/planCard.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,12 @@ const PlanCardWrapper = styled.section`
h2 {
margin-top: 1rem;
margin-bottom: 1rem;
color: ${(props) => props.theme.greyDCDCDCToGrey3B3B3B};
font-size: 24px;
font-weight: 500;
font-weight: 600;
margin-left: 1rem;
transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}
Expand Down

0 comments on commit 7180520

Please sign in to comment.