fix(ui-toolkit): dark and light shades mismatch (#2841)
This commit is contained in:
parent
83a034ce91
commit
0eddfa4073
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user