mirror of
https://github.com/CorentinTh/it-tools.git
synced 2024-12-29 11:44:17 +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';
|
||||
|
||||
export const lightThemeOverrides: GlobalThemeOverrides = {
|
||||
Menu: {
|
||||
itemHeight: '32px',
|
||||
},
|
||||
|
||||
Layout: { color: '#f1f5f9' },
|
||||
};
|
||||
|
||||
|
@ -12,6 +16,10 @@ export const darkThemeOverrides: GlobalThemeOverrides = {
|
|||
primaryColorSuppl: '#36AD6AFF',
|
||||
},
|
||||
|
||||
Menu: {
|
||||
itemHeight: '32px',
|
||||
},
|
||||
|
||||
Layout: {
|
||||
color: '#121212',
|
||||
siderColor: '#1e1e1e',
|
||||
|
|
Loading…
Reference in a new issue