mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-07 14:39:25 +08:00
Merge branch 'next' into develop
This commit is contained in:
commit
1453c8cfac
@ -17,7 +17,7 @@ export const defaultTheme: Omit<ThemeItem, 'id'> = {
|
||||
optional: true,
|
||||
isBuiltIn: true,
|
||||
uid: 'default',
|
||||
default: true,
|
||||
default: false,
|
||||
};
|
||||
|
||||
export const dark: Omit<ThemeItem, 'id'> = {
|
||||
@ -44,7 +44,7 @@ export const compact: Omit<ThemeItem, 'id'> = {
|
||||
optional: true,
|
||||
isBuiltIn: true,
|
||||
uid: 'compact',
|
||||
default: false,
|
||||
default: true,
|
||||
};
|
||||
|
||||
/** 同时包含 `紧凑` 和 `暗黑` 两种模式 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user