fix: DropdownMenuRadioItem circle size
This commit is contained in:
parent
9d2d9d2449
commit
a5c63d3e4a
|
|
@ -35,7 +35,7 @@ const attrs = computed(() => {
|
||||||
>
|
>
|
||||||
<span class="absolute left-2 flex h-3.5 w-3.5 items-center justify-center">
|
<span class="absolute left-2 flex h-3.5 w-3.5 items-center justify-center">
|
||||||
<DropdownMenuItemIndicatorPrimitive>
|
<DropdownMenuItemIndicatorPrimitive>
|
||||||
<CircleIcon class="h-4 w-4 fill-current" />
|
<CircleIcon class="h-2 w-2 fill-current" />
|
||||||
</DropdownMenuItemIndicatorPrimitive>
|
</DropdownMenuItemIndicatorPrimitive>
|
||||||
</span>
|
</span>
|
||||||
<slot />
|
<slot />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user