Skip to content

Commit c6106ce

Browse files
committed
fix(plugin): dark bg
1 parent 62adb37 commit c6106ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app-frontend/src/features/plugin/PluginPermission.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default defineComponent({
4040
<template>
4141
<VueSwitch
4242
v-model="model"
43-
class="right w-full hover:bg-green-50 dark:bg-green-900"
43+
class="right w-full hover:bg-green-50 dark:hover:bg-green-900"
4444
>
4545
{{ label }}
4646
</VueSwitch>

0 commit comments

Comments
 (0)