Skip to content

Commit

Permalink
fix: radio group indicator fill (#280)
Browse files Browse the repository at this point in the history
* fix: radio group indicator fill

---------

Co-authored-by: zernonia <[email protected]>
  • Loading branch information
antonreshetov and zernonia authored Jan 17, 2024
1 parent 53c539d commit 7727c72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 7727c72

Please sign in to comment.