mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-06 21:56:03 +02:00
change lightest gray to white
This commit is contained in:
parent
47a7383439
commit
0045bfdbb2
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ module.exports = {
|
||||||
},
|
},
|
||||||
gray: {
|
gray: {
|
||||||
...colors.gray,
|
...colors.gray,
|
||||||
'50': "#E5F3EB",
|
'50': colors.white,
|
||||||
'100': "#E5F3EB",
|
'100': "#E5F3EB",
|
||||||
'200': "#E5F3EB",
|
'200': "#E5F3EB",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue