Merge pull request #20183 from overleaf/jel-plans-discount-line-height

[web] Fix line height on new plans discount badge

GitOrigin-RevId: e253c6f3fc66988d4eb978fc46002f1b9ad31ed1
This commit is contained in:
Jessica Lawshe 2024-08-30 08:06:11 -05:00 committed by Copybot
parent 3c5bd060f4
commit f8b10a41dc

View file

@ -206,7 +206,7 @@
}
.plans-new-discount-badge {
background-color: #eaf6ef;
background-color: var(--green-10);
color: var(--green-50);
}
}
@ -276,6 +276,7 @@
display: flex;
align-items: center;
font-weight: 500;
line-height: var(--line-height-01);
}
.plans-new-tab-content {