adjust text colors
This commit is contained in:
parent
649f42403f
commit
c88fb4d28d
1 changed files with 10 additions and 10 deletions
|
@ -12,16 +12,16 @@ export default {
|
||||||
colors: {
|
colors: {
|
||||||
'text': { // hand-choosen
|
'text': { // hand-choosen
|
||||||
50: '#FDFDFD',
|
50: '#FDFDFD',
|
||||||
100: '#F3F3F6',
|
100: '#F6F6F6',
|
||||||
200: '#DCDCE7',
|
200: '#E8E8E7',
|
||||||
300: '#C0BFD9',
|
300: '#D9D9D9',
|
||||||
400: '#AAA8CF',
|
400: '#D0D0CF',
|
||||||
500: '#8A86BB',
|
500: '#BBBBBB',
|
||||||
600: '#6C68A1',
|
600: '#A1A1A1',
|
||||||
700: '#554F84',
|
700: '#848484',
|
||||||
800: '#403B67',
|
800: '#686867',
|
||||||
900: '#2C2849',
|
900: '#494949',
|
||||||
950: '#1A182C',
|
950: '#2C2C2C',
|
||||||
},
|
},
|
||||||
'background': { // hand-choosen
|
'background': { // hand-choosen
|
||||||
50: '#FDFDFD',
|
50: '#FDFDFD',
|
||||||
|
|
Loading…
Reference in a new issue