update(ui): change light mode color

This commit is contained in:
WanQuanXie 2024-05-28 07:30:28 +08:00
parent a5978d544c
commit 0a2934935e
4 changed files with 10 additions and 10 deletions

View file

@ -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 = {