Update grey 4 value
This commit is contained in:
parent
d8d2e1e177
commit
c93b2cce72
|
@ -16,7 +16,7 @@ module.exports = {
|
||||||
'1': '#f8fafc',
|
'1': '#f8fafc',
|
||||||
'2': '#eee',
|
'2': '#eee',
|
||||||
'3': '#ddd',
|
'3': '#ddd',
|
||||||
'4': '#b7b7b7',
|
'4': '#bbb',
|
||||||
'5': '#888',
|
'5': '#888',
|
||||||
'6': '#555',
|
'6': '#555',
|
||||||
'7': '#333',
|
'7': '#333',
|
||||||
|
|
Reference in a new issue