fix(ui-toolkit): dark and light shades mismatch (#2841)

This commit is contained in:
Art 2023-02-03 13:33:13 +01:00 committed by GitHub
parent 83a034ce91
commit 0eddfa4073
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,20 +99,20 @@ module.exports = {
// DARK // DARK
dark: { dark: {
400: '#161616', 100: '#161616',
300: '#262626', 150: '#262626',
200: '#404040', 200: '#404040',
150: '#8B8B8B', 300: '#8B8B8B',
100: '#C0C0C0', 400: '#C0C0C0',
}, },
// LIGHT // LIGHT
light: { light: {
400: '#F0F0F0', 100: '#F0F0F0',
300: '#E9E9E9', 150: '#E9E9E9',
200: '#D2D2D2', 200: '#D2D2D2',
150: '#939393', 300: '#939393',
100: '#626262', 400: '#626262',
}, },
}, },
danger: '#FF077F', danger: '#FF077F',