Browse Source

fix: css style (#6176)

pull/6210/head
afe1 12 months ago
committed by GitHub
parent
commit
2adb8acd80
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      packages/effects/layouts/src/authentication/authentication.vue

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

@ -38,7 +38,7 @@ const { authPanelCenter, authPanelLeft, authPanelRight, isDark } =
<template>
<div
:class="[isDark]"
:class="[isDark ? 'dark' : '']"
class="flex min-h-full flex-1 select-none overflow-x-hidden"
>
<template v-if="toolbar">

Loading…
Cancel
Save