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: {
400: '#161616',
300: '#262626',
100: '#161616',
150: '#262626',
200: '#404040',
150: '#8B8B8B',
100: '#C0C0C0',
300: '#8B8B8B',
400: '#C0C0C0',
},
// LIGHT
light: {
400: '#F0F0F0',
300: '#E9E9E9',
100: '#F0F0F0',
150: '#E9E9E9',
200: '#D2D2D2',
150: '#939393',
100: '#626262',
300: '#939393',
400: '#626262',
},
},
danger: '#FF077F',