Skip to content

Commit 2ae03ad

Browse files
committed
fix: css style
1 parent e89cf40 commit 2ae03ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/effects/layouts/src/authentication/authentication.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const { authPanelCenter, authPanelLeft, authPanelRight, isDark } =
3838

3939
<template>
4040
<div
41-
:class="[isDark]"
41+
:class="[isDark ? 'dark' : '']"
4242
class="flex min-h-full flex-1 select-none overflow-x-hidden"
4343
>
4444
<template v-if="toolbar">

0 commit comments

Comments
 (0)