File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { cn } from "@/lib/utils";
22import * as RadioPrimitive from "@radix-ui/react-radio-group" ;
33import { cva , VariantProps } from "class-variance-authority" ;
44
5- const radioVariants = cva ( "border-black border-2" , {
5+ const radioVariants = cva ( "border-border border-2" , {
66 variants : {
77 variant : {
88 default : "" ,
@@ -24,9 +24,9 @@ const radioVariants = cva("border-black border-2", {
2424const radioIndicatorVariants = cva ( "flex " , {
2525 variants : {
2626 variant : {
27- default : "bg-primary border-2 border-black " ,
28- outline : "border-2 border-black " ,
29- solid : "bg-black " ,
27+ default : "bg-primary border-2 border-border " ,
28+ outline : "border-2 border-border " ,
29+ solid : "bg-border " ,
3030 } ,
3131 size : {
3232 sm : "h-2 w-2" ,
You can’t perform that action at this time.
0 commit comments