Skip to content

Commit

Permalink
fix: increase contrast to meet 7:1 requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanton authored and barmac committed Oct 24, 2022
1 parent 4590f75 commit 294d31b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions colors/ColorPopupProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,23 @@ ColorPopupProvider.prototype.getEntries = function(element) {
}, {
label: 'Blue',
fill: '#BBDEFB',
stroke: '#1E88E5'
stroke: '#0D4372'
}, {
label: 'Orange',
fill: '#FFE0B2',
stroke: '#FB8C00'
stroke: '#6B3C00'
}, {
label: 'Green',
fill: '#C8E6C9',
stroke: '#43A047'
stroke: '#205022'
}, {
label: 'Red',
fill: '#FFCDD2',
stroke: '#E53935'
stroke: '#831311'
}, {
label: 'Purple',
fill: '#E1BEE7',
stroke: '#8E24AA'
stroke: '#5B176D'
}];

var entries = colors.map(function(color) {
Expand Down

0 comments on commit 294d31b

Please sign in to comment.