Commit 816b20ee authored by Kev's avatar Kev

Adjust Color of Low Severity Symbol

parent e36f62ad
...@@ -4,7 +4,7 @@ export const SEVERITY_CLASS_NAME_MAP = { ...@@ -4,7 +4,7 @@ export const SEVERITY_CLASS_NAME_MAP = {
critical: 'text-danger-800', critical: 'text-danger-800',
high: 'text-danger-600', high: 'text-danger-600',
medium: 'text-warning-400', medium: 'text-warning-400',
low: 'text-warning-300', low: 'text-warning-200',
info: 'text-primary-400', info: 'text-primary-400',
unknown: 'text-secondary-400', unknown: 'text-secondary-400',
}; };
......
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