fix: radio group indicator fill (#280)
* fix: radio group indicator fill --------- Co-authored-by: zernonia <zernonia@gmail.com>
This commit is contained in:
parent
53c539ddae
commit
7727c7282c
|
|
@ -23,7 +23,7 @@ const props = defineProps<RadioGroupItemProps & { class?: string }>()
|
|||
<RadioGroupIndicator
|
||||
:class="cn('flex items-center justify-center', props.class)"
|
||||
>
|
||||
<Circle class="w-2.5 h-2.5 text-foreground" />
|
||||
<Circle class="w-2.5 h-2.5 text-current fill-current" />
|
||||
</RadioGroupIndicator>
|
||||
</RadioGroupItem>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user