Skip to content

Commit

Permalink
fix: add missing hash tag to colors
Browse files Browse the repository at this point in the history
  • Loading branch information
feerglas committed Jul 26, 2021
1 parent 378c9f9 commit c6136b1
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions designTokens/core/color.js
Original file line number Diff line number Diff line change
@@ -1,49 +1,49 @@
module.exports = {
black: {
1: {
value: '151515'
value: '#151515'
},
10: {
value: 'bdbdbd'
value: '#bdbdbd'
},
11: {
value: 'cdcdcd'
value: '#cdcdcd'
},
12: {
value: 'd2d2d2'
value: '#d2d2d2'
},
13: {
value: 'dcdcdc'
value: '#dcdcdc'
},
14: {
value: 'e5e5e5'
value: '#e5e5e5'
},
15: {
value: 'f6f6f6'
value: '#f6f6f6'
},
2: {
value: '212121'
value: '#212121'
},
3: {
value: '444444'
value: '#444444'
},
4: {
value: '5a5a5a'
value: '#5a5a5a'
},
5: {
value: '686868'
value: '#686868'
},
6: {
value: '767676'
value: '#767676'
},
7: {
value: '8d8d8d'
value: '#8d8d8d'
},
8: {
value: 'a8a8a8'
value: '#a8a8a8'
},
9: {
value: 'b7b7b7'
value: '#b7b7b7'
},
regular: {
value: '#000000'
Expand Down

0 comments on commit c6136b1

Please sign in to comment.