Skip to content

Commit

Permalink
adjust scale
Browse files Browse the repository at this point in the history
  • Loading branch information
SaxonF committed Sep 19, 2023
1 parent 27caa97 commit e1afaab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/theme/color.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import namesPlugin from 'colord/plugins/names';
extend( [ namesPlugin, a11yPlugin ] );

const LIGHT_VALUES = [ 100, 98, 95, 92, 89, 87, 83, 73, 55, 48, 39, 13 ];
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 ];
export const PRIMARY_DEFAULT = '#3858e9';

// map showing which lightness in scale each use case should use
Expand Down

0 comments on commit e1afaab

Please sign in to comment.