File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ def default_attrs
1717 action : "change->ruby-ui--checkbox-group#onChange change->ruby-ui--form-field#onInput invalid->ruby-ui--form-field#onInvalid"
1818 } ,
1919 class : [
20- "peer h-4 w-4 shrink-0 rounded-sm border border-primary ring-offset-background accent-primary" ,
20+ "peer h-4 w-4 shrink-0 rounded-sm border-input ring-offset-background accent-primary" ,
2121 "disabled:cursor-not-allowed disabled:opacity-50" ,
22- "checked:bg-primary checked:text-primary-foreground dark:checked:bg-secondary" ,
22+ "checked:bg-primary checked:text-primary-foreground dark:checked:bg-secondary checked:text-primary checked:border-primary " ,
2323 "aria-disabled:cursor-not-allowed aria-disabled:opacity-50 aria-disabled:pointer-events-none" ,
2424 "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2"
2525 ]
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ def default_attrs
1818 class : [
1919 "h-4 w-4 p-0 border-primary rounded-full flex-none" ,
2020 "disabled:cursor-not-allowed disabled:opacity-50" ,
21- "checked:bg-primary checked:text-primary-foreground" ,
21+ "checked:bg-primary checked:text-primary-foreground dark:checked:bg-secondary checked:text-primary checked:border-primary " ,
2222 "aria-disabled:cursor-not-allowed aria-disabled:opacity-50 aria-disabled:pointer-events-none"
2323 ]
2424 }
You can’t perform that action at this time.
0 commit comments