Skip to content

Commit e1afaab

Browse files
committed
adjust scale
1 parent 27caa97 commit e1afaab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/theme/color.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import namesPlugin from 'colord/plugins/names';
88
extend( [ namesPlugin, a11yPlugin ] );
99

1010
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 ];
11+
const DARK_VALUES = [ 1, 11, 16, 19, 22, 18, 29, 38, 43, 73, 80, 93 ];
1212
export const PRIMARY_DEFAULT = '#3858e9';
1313

1414
// map showing which lightness in scale each use case should use

0 commit comments

Comments
 (0)