mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2024-12-18 10:25:54 +01:00
fix: 🐛 Fix terminal style abnormalities in dark theme
This commit is contained in:
parent
c9444c57c7
commit
3d4dc7c981
@ -9,7 +9,7 @@
|
|||||||
@closed="onClosed"
|
@closed="onClosed"
|
||||||
>
|
>
|
||||||
<el-icon
|
<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"
|
@click="close"
|
||||||
>
|
>
|
||||||
<CloseBold />
|
<CloseBold />
|
||||||
|
Loading…
Reference in New Issue
Block a user