add multi site selector for ha on private resources

This commit is contained in:
miloschwartz
2026-04-12 12:17:45 -07:00
parent 83ecf53776
commit 1564c4bee7
12 changed files with 356 additions and 79 deletions

View File

@@ -43,8 +43,8 @@ const Checkbox = React.forwardRef<
className={cn(checkboxVariants({ variant }), className)}
{...props}
>
<CheckboxPrimitive.Indicator className="flex items-center justify-center text-current">
<Check className="h-4 w-4" />
<CheckboxPrimitive.Indicator className="flex items-center justify-center">
<Check className="h-4 w-4 text-white" />
</CheckboxPrimitive.Indicator>
</CheckboxPrimitive.Root>
));