update(ui): change light mode color
This commit is contained in:
parent
a5978d544c
commit
0a2934935e
4 changed files with 10 additions and 10 deletions
|
@ -8,10 +8,10 @@ const themeDark = (colors: DefaultColors) => ({
|
|||
});
|
||||
|
||||
const themeLight = (colors: DefaultColors) => ({
|
||||
50: '#fff',
|
||||
100: colors.slate[50],
|
||||
200: colors.slate[100],
|
||||
300: colors.slate[200],
|
||||
50: '#fcfcf9',
|
||||
100: '#f3f3ee',
|
||||
200: '#ccccbe',
|
||||
300: '#a4a692',
|
||||
});
|
||||
|
||||
const config: Config = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue