fix: 🐛 Fix terminal style abnormalities in dark theme

This commit is contained in:
viarotel 2024-07-13 21:55:27 +08:00
parent c9444c57c7
commit 3d4dc7c981

View File

@ -9,7 +9,7 @@
@closed="onClosed"
>
<el-icon
class="cursor-pointer absolute top-3 right-3 w-8 h-8 flex items-center justify-center bg-white hover:bg-gray-200 dark:text-gray-200 dark:hover:bg-gray-700 !active:bg-red-600 !active:text-gray-200 rounded-md"
class="cursor-pointer absolute top-3 right-3 w-8 h-8 flex items-center justify-center bg-[var(--el-bg-color)] hover:bg-gray-200 dark:text-gray-200 dark:hover:bg-gray-700 !active:bg-red-600 !active:text-gray-200 rounded-md"
@click="close"
>
<CloseBold />