refactor: 调整了未授权状态下的显示颜色 (#208)

This commit is contained in:
ayangweb
2025-05-08 11:21:00 +08:00
committed by GitHub
parent 59776aa80b
commit 3bfe5c6ba0
2 changed files with 2 additions and 1 deletions

View File

@@ -53,7 +53,7 @@ onMounted(async () => {
<Space
v-else
class="cursor-pointer text-primary font-bold"
class="cursor-pointer text-danger font-bold"
:size="4"
@click="requestInputMonitoringPermission"
>

View File

@@ -41,6 +41,7 @@ export default defineConfig({
'border-2': 'var(--ant-color-border-secondary)',
'primary': 'var(--ant-blue)',
'success': 'var(--ant-green)',
'danger': 'var(--ant-red)',
},
},
})