Skip to content

Commit

Permalink
style: fix dark mode bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kailong321200875 committed May 14, 2022
1 parent 5c9874a commit 2f9fd5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layout/components/ToolHeader.vue
Expand Up @@ -42,7 +42,7 @@ export default defineComponent({
class={[
prefixCls,
'h-[var(--top-tool-height)] relative px-[var(--top-tool-p-x)] flex items-center justify-between',
'dark:(bg-[var(--el-bg-color)] border-[--el-border-color])'
'dark:bg-[var(--el-bg-color)]'
]}
>
{layout.value !== 'top' ? (
Expand Down

0 comments on commit 2f9fd5d

Please sign in to comment.