feat(ui): polish core component surfaces

This commit is contained in:
2026-03-25 19:49:15 +08:00
parent eccaacece7
commit cc1509d2f6
64 changed files with 2707 additions and 353 deletions
@@ -53,6 +53,7 @@ export const RadioGroupItem = forwardRef<
>
<RadioGroupPrimitive.Indicator
{...createSlot("icon")}
forceMount
className={radioGroupIndicatorVariants()}
/>
</RadioGroupPrimitive.Item>