Skip to content

Commit 4d3b7eb

Browse files
committed
Update PricingAddons title style and adjust margin in Pricing section
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent 5681fb8 commit 4d3b7eb

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

src/components/Pricing/PricingAddons/index.js

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,20 @@ export const PricingAddons = ({ isYearly = false }) => {
178178
avatar={<Calculate color="primary" sx={{ fontSize: 24, color: theme.palette.background.secondary }} />}
179179
title={
180180
<Box sx={{ display: "flex", justifyContent: "space-between", alignItems: "center", flexWrap: "wrap", gap: 1 }}>
181-
<Typography variant="h5" component="h3" fontWeight="bold" sx={{ fontSize: 16, fontFamily: "\"Qanelas Soft\", \"Open Sans\", sans-serif" }}>
181+
<Typography
182+
variant="h2"
183+
component="h3"
184+
fontWeight="bold"
185+
sx={{
186+
fontFamily: "\"Qanelas Soft\", \"Open Sans\", sans-serif",
187+
marginBottom: "1rem",
188+
color: (props) => props.theme.greyDCDCDCToGrey3B3B3B,
189+
fontSize: "1.5rem",
190+
fontWeight: 600,
191+
textAlign: "center",
192+
transition: "0.8s cubic-bezier(0.2, 0.8, 0.2, 1)",
193+
}}
194+
>
182195
Enterprise Add-ons
183196
</Typography>
184197
{/* <Typography variant="h4" component="h4" fontWeight="bold" sx={{ fontSize: 18, fontFamily: "\"Qanelas Soft\", \"Open Sans\", sans-serif" }}>

src/sections/Pricing/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const Pricing = () => {
2929
<div className="wrapper">
3030
<PlanCard planData={options} isYearly={isYearly}/>
3131
</div>
32-
<div className="wrapper" style={{ marginTop: "6rem" }}>
32+
<div style={{ marginTop: "7rem" }}>
3333
<PricingAddons isYearly={isYearly}/>
3434
</div>
3535
<Comparison />

0 commit comments

Comments
 (0)