update(ui): remove light-300 color level

This commit is contained in:
WanQuanXie 2024-05-28 10:55:52 +08:00
parent cae05bcf5e
commit c8a16a622e
5 changed files with 7 additions and 8 deletions

View file

@ -10,8 +10,7 @@ const themeDark = (colors: DefaultColors) => ({
const themeLight = (colors: DefaultColors) => ({
50: '#fcfcf9',
100: '#f3f3ee',
200: '#ccccbe',
300: '#a4a692',
200: '#e8e8e3',
});
const config: Config = {