aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/themes.ts8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/themes.ts b/src/themes.ts
index 705b520..3d8a5fe 100644
--- a/src/themes.ts
+++ b/src/themes.ts
@@ -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',