mirror of
https://github.com/ayangweb/BongoCat.git
synced 2026-03-12 17:51:48 +08:00
refactor: 调整了未授权状态下的显示颜色 (#208)
This commit is contained in:
@@ -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"
|
||||
>
|
||||
|
||||
@@ -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)',
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user