1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-20 11:51:28 +02:00

feat(admin-plugin): fix custom grayscale #211

This commit is contained in:
Awilum
2020-01-23 17:05:32 +03:00
parent d1a8f6fbab
commit d3694cf52b

View File

@@ -12,7 +12,7 @@ module.exports = {
'600': '#a0a0a0',
'700': '#898989',
'800': '#6c6c6c',
'800': '#3f3f3f',
'900': '#3f3f3f',
}
}
}