update(ui): remove light-300 color level
This commit is contained in:
parent
cae05bcf5e
commit
c8a16a622e
5 changed files with 7 additions and 8 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue