diff --git a/apps/dashboard/web/polaris_web/web/src/apps/dashboard/pages/dashboard.css b/apps/dashboard/web/polaris_web/web/src/apps/dashboard/pages/dashboard.css index 8fa91a8489..98ff039c87 100644 --- a/apps/dashboard/web/polaris_web/web/src/apps/dashboard/pages/dashboard.css +++ b/apps/dashboard/web/polaris_web/web/src/apps/dashboard/pages/dashboard.css @@ -199,21 +199,25 @@ } .badge-wrapper-CRITICAL .Polaris-Badge { - background-color: #E45357 !important; - color: white !important; + background-color: #f6c4c8 !important; + color: #560c0c !important; + font-weight: 500 !important; } .badge-wrapper-HIGH .Polaris-Badge { - background-color: #EF864C !important; - color: white !important; + background-color: #f6deeb !important; + color: #570d2d !important; + font-weight: 500 !important; } .badge-wrapper-MEDIUM .Polaris-Badge { - background-color: #F6C564 !important; - color: white !important; + background-color: #f9d8c5 !important; + color: #763211 !important; + font-weight: 500 !important; } .badge-wrapper-LOW .Polaris-Badge { - background-color: #6FD1A6; - color: white !important; + background-color: #fcefd0; + color: #6d4e16 !important; + font-weight: 500 !important; } \ No newline at end of file