fix(@vben/web-ele): fixed some style issues in dark mode (#4298)
This commit is contained in:
@@ -23,7 +23,9 @@ const modelValue = defineModel<string>();
|
||||
class="hover:bg-accent flex w-full items-center justify-between rounded-md px-2 py-2"
|
||||
disabled
|
||||
>
|
||||
<span class="text-sm"><slot></slot></span>
|
||||
<span class="text-sm">
|
||||
<slot></slot>
|
||||
</span>
|
||||
<ToggleGroup
|
||||
v-model="modelValue"
|
||||
class="gap-2"
|
||||
|
Reference in New Issue
Block a user