Skip to content

Commit

Permalink
fix: 🐛 Fix terminal style abnormalities in dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Jul 13, 2024
1 parent c9444c5 commit 3d4dc7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 />
Expand Down

0 comments on commit 3d4dc7c

Please sign in to comment.