mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-01 18:52:20 +08:00
chore(Theme): set the default font size of the Compact theme to 16 (#4064)
* chore(Theme): set the default font size of the Compact theme to 16 * chore: compact dark
This commit is contained in:
parent
a9407b3a49
commit
39f8bd529a
@ -28,6 +28,9 @@ export const compact: Omit<ThemeItem, 'id'> = {
|
||||
name: 'Compact',
|
||||
// @ts-ignore
|
||||
algorithm: 'compactAlgorithm',
|
||||
token: {
|
||||
fontSize: 16,
|
||||
},
|
||||
},
|
||||
optional: true,
|
||||
isBuiltIn: true,
|
||||
@ -41,6 +44,9 @@ export const compactDark: Omit<ThemeItem, 'id'> = {
|
||||
name: 'Compact dark',
|
||||
// @ts-ignore
|
||||
algorithm: ['compactAlgorithm', 'darkAlgorithm'],
|
||||
token: {
|
||||
fontSize: 16,
|
||||
},
|
||||
},
|
||||
optional: true,
|
||||
isBuiltIn: true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user