Skip to content

Commit

Permalink
fix(projects): fix theme mode segment
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Jan 17, 2024
1 parent d16a9d5 commit 2372dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/modules/theme-drawer/modules/dark-mode.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const showSiderInverted = computed(() => !themeStore.darkMode && themeStore.layo
<NTabs
type="segment"
size="small"
class="w-214px"
class="relative w-214px"
:value="themeStore.themeScheme"
@update:value="handleSegmentChange"
>
Expand Down

1 comment on commit 2372dc9

@vercel
Copy link

@vercel vercel bot commented on 2372dc9 Jan 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

soybean-admin – ./

soybean-admin-git-main-soybeanjs.vercel.app
soybean-admin-eta.vercel.app
soybean-admin-soybeanjs.vercel.app

Please sign in to comment.