Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/ci/reports/codequality_report/constants.js')
-rw-r--r--app/assets/javascripts/ci/reports/codequality_report/constants.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/app/assets/javascripts/ci/reports/codequality_report/constants.js b/app/assets/javascripts/ci/reports/codequality_report/constants.js
index 5e81245037f..e1486649dbb 100644
--- a/app/assets/javascripts/ci/reports/codequality_report/constants.js
+++ b/app/assets/javascripts/ci/reports/codequality_report/constants.js
@@ -1,10 +1,10 @@
export const SEVERITY_CLASSES = {
- info: 'text-primary-400',
- minor: 'text-warning-200',
- major: 'text-warning-400',
- critical: 'text-danger-600',
- blocker: 'text-danger-800',
- unknown: 'text-secondary-400',
+ info: 'gl-text-blue-400',
+ minor: 'gl-text-orange-200',
+ major: 'gl-text-orange-400',
+ critical: 'gl-text-red-600',
+ blocker: 'gl-text-red-800',
+ unknown: 'gl-text-gray-400',
};
export const SEVERITY_ICONS = {