modify grayscale

This commit is contained in:
DunEl 2024-08-29 22:13:40 +02:00
parent 0045bfdbb2
commit 8f206272d3

View file

@ -42,7 +42,7 @@ module.exports = {
gray: {
...colors.gray,
'50': colors.white,
'100': "#E5F3EB",
'100': "#f5faf7",
'200': "#E5F3EB",
},
border: colors.gray["200"],