Skip to content

Commit

Permalink
fix: update severity and grade colors
Browse files Browse the repository at this point in the history
  • Loading branch information
julesbarr committed May 29, 2023
1 parent e986910 commit d486768
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 10 additions & 10 deletions src/theme/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ export const colors = {
900: '#3E0002',
},
grade: {
A: '#4aba00',
B: '#e5bd00',
C: '#f08f00',
D: '#f1431c',
F: '#b40000',
A: '#4BBA76',
B: '#FFB147',
C: '#FB7A4F',
D: '#F32E43',
F: '#B81143',
},
brand: {
50: '#f0ecfe',
Expand All @@ -83,10 +83,10 @@ export const colors = {
500: '#E1C048',
},
severity: {
informational: '#0275D8',
positive: '#49A25A',
low: '#E4BE00',
medium: '#E5883C',
high: '#B21F24',
informational: '#5580D7',
positive: '#4BBA76',
low: '#FFB147',
medium: '#FB7A4F',
high: '#F32E43',
},
};

0 comments on commit d486768

Please sign in to comment.