We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27caa97 commit e1afaabCopy full SHA for e1afaab
packages/theme/color.js
@@ -8,7 +8,7 @@ import namesPlugin from 'colord/plugins/names';
8
extend( [ namesPlugin, a11yPlugin ] );
9
10
const LIGHT_VALUES = [ 100, 98, 95, 92, 89, 87, 83, 73, 55, 48, 39, 13 ];
11
-const DARK_VALUES = [ 1, 11, 16, 19, 22, 18, 29, 38, 43, 55, 69, 93 ];
+const DARK_VALUES = [ 1, 11, 16, 19, 22, 18, 29, 38, 43, 73, 80, 93 ];
12
export const PRIMARY_DEFAULT = '#3858e9';
13
14
// map showing which lightness in scale each use case should use
0 commit comments