Commit 6408b9db authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch '247538-Adjust-Color-of-Low-Severity-Symbol' into 'master'

Adjust Color of Low Severity Symbol

See merge request gitlab-org/gitlab!42153
parents 90f8681f bbb244e0
......@@ -4,7 +4,7 @@ export const SEVERITY_CLASS_NAME_MAP = {
critical: 'text-danger-800',
high: 'text-danger-600',
medium: 'text-warning-400',
low: 'text-warning-300',
low: 'text-warning-200',
info: 'text-primary-400',
unknown: 'text-secondary-400',
};
......
---
title: Adjust Color of Low Severity Symbol
merge_request: 42153
author: Kev @KevSlashNull
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment