From cdbce7b506a754873e2f9868ffa215782a8ff665 Mon Sep 17 00:00:00 2001 From: Jessica Lawshe <5312836+lawshe@users.noreply.github.com> Date: Fri, 30 Aug 2024 08:06:11 -0500 Subject: [PATCH] Merge pull request #20183 from overleaf/jel-plans-discount-line-height [web] Fix line height on new plans discount badge GitOrigin-RevId: e253c6f3fc66988d4eb978fc46002f1b9ad31ed1 --- .../web/frontend/stylesheets/app/plans/plans-new-design.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/web/frontend/stylesheets/app/plans/plans-new-design.less b/services/web/frontend/stylesheets/app/plans/plans-new-design.less index 5e165540dc..524b274a37 100644 --- a/services/web/frontend/stylesheets/app/plans/plans-new-design.less +++ b/services/web/frontend/stylesheets/app/plans/plans-new-design.less @@ -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 {