mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-01-01 05:02:21 +08:00
refactor(style): menu item height
This commit is contained in:
parent
9bb7fc47aa
commit
8951e87c14
1 changed files with 8 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
||||||
import type { GlobalThemeOverrides } from 'naive-ui';
|
import type { GlobalThemeOverrides } from 'naive-ui';
|
||||||
|
|
||||||
export const lightThemeOverrides: GlobalThemeOverrides = {
|
export const lightThemeOverrides: GlobalThemeOverrides = {
|
||||||
|
Menu: {
|
||||||
|
itemHeight: '32px',
|
||||||
|
},
|
||||||
|
|
||||||
Layout: { color: '#f1f5f9' },
|
Layout: { color: '#f1f5f9' },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -12,6 +16,10 @@ export const darkThemeOverrides: GlobalThemeOverrides = {
|
||||||
primaryColorSuppl: '#36AD6AFF',
|
primaryColorSuppl: '#36AD6AFF',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Menu: {
|
||||||
|
itemHeight: '32px',
|
||||||
|
},
|
||||||
|
|
||||||
Layout: {
|
Layout: {
|
||||||
color: '#121212',
|
color: '#121212',
|
||||||
siderColor: '#1e1e1e',
|
siderColor: '#1e1e1e',
|
||||||
|
|
Loading…
Reference in a new issue