优化dark模式下应用管理的关闭按钮和刷新按钮、软件更新的关闭按钮的hover效果

Signed-off-by: zeqi <a202128502@163.com>
This commit is contained in:
2026-04-16 15:27:55 +00:00
committed by Gitee
parent 42046caf2c
commit 9c9f0b6076
2 changed files with 3 additions and 3 deletions
@@ -33,7 +33,7 @@
<button
type="button"
aria-label="关闭"
class="inline-flex h-11 w-11 items-center justify-center rounded-full border border-slate-200/70 text-slate-500 transition hover:text-slate-900 dark:border-slate-700 dark:text-slate-300"
class="inline-flex h-11 w-11 items-center justify-center rounded-full border border-slate-200/70 text-slate-500 transition hover:text-slate-900 dark:hover:text-white dark:border-slate-700 dark:text-slate-300"
@click="$emit('request-close')"
>
<i class="fas fa-xmark"></i>