mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-28 17:56:37 +02:00
modify grayscale
This commit is contained in:
parent
0045bfdbb2
commit
8f206272d3
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ module.exports = {
|
|||
gray: {
|
||||
...colors.gray,
|
||||
'50': colors.white,
|
||||
'100': "#E5F3EB",
|
||||
'100': "#f5faf7",
|
||||
'200': "#E5F3EB",
|
||||
},
|
||||
border: colors.gray["200"],
|
||||
|
|
Loading…
Add table
Reference in a new issue