Describe the bug
I am using TV to style my button component
and I have a rounded variant, rounded variant by default is md in defaultVariants when I tried to add a class name rounded-0 to override the base class, the classes did not get merged and both of the classes are on the component when I tried to add a class name to override the color variant by adding new class, the classes got merged and the background color on the component is what I passed from className
I found out tv only merges tailwindcss default classes if it is a custom class will not merge it,
I tried to replace rounded-0 with rounded-none and it worked
Describe the bug I am using TV to style my button component and I have a rounded variant, rounded variant by default is
md
indefaultVariants
when I tried to add a class namerounded-0
to override the base class, the classes did not get merged and both of the classes are on the component when I tried to add a class name to override the color variant by adding new class, the classes got merged and the background color on the component is what I passed from classNameExpected behavior it should override the base class with the given class in
className
Screenshots