Browse Source

chore(gui-v2): use light theme for menu

pull/2837/head
braks 2 years ago
parent
commit
51ab1d5ab5
  1. 2
      packages/nc-gui-v2/components/smartsheet/sidebar/index.vue

2
packages/nc-gui-v2/components/smartsheet/sidebar/index.vue

@ -43,7 +43,7 @@ function onCreate(view: GridType | FormType | KanbanType | GalleryType) {
</script>
<template>
<a-layout-sider class="shadow" :width="drawerOpen ? 0 : 250">
<a-layout-sider theme="light" class="shadow" :width="drawerOpen ? 0 : 250">
<div class="flex flex-col h-full">
<MenuTop @open-modal="openModal" />
<MenuBottom @open-modal="openModal" />

Loading…
Cancel
Save