From f7047537b92141745cbbc8f9ba56c66131cfcd53 Mon Sep 17 00:00:00 2001 From: Hana Worku Date: Mon, 8 Jan 2024 09:30:34 -0600 Subject: [PATCH] Fix styles error on filterss text --- .../HealthPlanPackageTable.module.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/services/app-web/src/components/HealthPlanPackageTable/HealthPlanPackageTable.module.scss b/services/app-web/src/components/HealthPlanPackageTable/HealthPlanPackageTable.module.scss index 89ee917e3d..8bd78de20b 100644 --- a/services/app-web/src/components/HealthPlanPackageTable/HealthPlanPackageTable.module.scss +++ b/services/app-web/src/components/HealthPlanPackageTable/HealthPlanPackageTable.module.scss @@ -11,8 +11,8 @@ } p { font-weight: uswds.font-weight('normal'); - font-size: 0.875rem; - text-align: center; + font-size: 0.875rem; + text-align: center; } } @@ -27,7 +27,7 @@ } .programTag { - background:custom.$mcr-primary-lighter; + background: custom.$mcr-primary-lighter; color: custom.$mcr-foundation-ink; display: inline-block; } @@ -47,7 +47,7 @@ } .filterCount { - font-weight: uswds,font-weight('bold'); + font-weight: uswds.font-weight('bold'); color: custom.$mcr-foundation-ink; - padding-top: uswds,units(3); + padding-top: uswds.units(3); }