aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2022-04-15 01:35:28 +0200
committerGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2022-04-15 01:35:28 +0200
commit8951e87c143fda74be32bae5b28e009556d7086e (patch)
treead5596748282232083816852f24e2c73d67d831d /src
parent9bb7fc47aa70bdc5083d0883f1496fac63f812ea (diff)
downloadit-tools-8951e87c143fda74be32bae5b28e009556d7086e.tar.gz
it-tools-8951e87c143fda74be32bae5b28e009556d7086e.tar.zst
it-tools-8951e87c143fda74be32bae5b28e009556d7086e.zip
refactor(style): menu item height
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',