colors and clickable links

This commit is contained in:
Josh Hawkins 2025-10-23 14:01:28 -05:00
parent 4e9c28e39f
commit 682ed9f8f4

View File

@ -277,7 +277,7 @@ export default function Step2StreamConfig({
<div className="grid grid-cols-1 gap-4"> <div className="grid grid-cols-1 gap-4">
<div className="space-y-2"> <div className="space-y-2">
<label className="text-sm font-medium"> <label className="text-sm font-medium text-primary-variant">
{t("cameraWizard.step2.url")} {t("cameraWizard.step2.url")}
</label> </label>
<div className="flex flex-row items-center gap-2"> <div className="flex flex-row items-center gap-2">
@ -325,7 +325,7 @@ export default function Step2StreamConfig({
<div className="space-y-2"> <div className="space-y-2">
<div className="flex items-center gap-1"> <div className="flex items-center gap-1">
<Label className="text-sm font-medium"> <Label className="text-sm font-medium text-primary-variant">
{t("cameraWizard.step2.roles")} {t("cameraWizard.step2.roles")}
</Label> </Label>
<Popover> <Popover>
@ -334,7 +334,7 @@ export default function Step2StreamConfig({
<LuInfo className="size-3" /> <LuInfo className="size-3" />
</Button> </Button>
</PopoverTrigger> </PopoverTrigger>
<PopoverContent className="w-80 text-xs"> <PopoverContent className="pointer-events-auto w-80 text-xs">
<div className="space-y-2"> <div className="space-y-2">
<div className="font-medium"> <div className="font-medium">
{t("cameraWizard.step2.rolesPopover.title")} {t("cameraWizard.step2.rolesPopover.title")}
@ -395,7 +395,7 @@ export default function Step2StreamConfig({
<div className="space-y-2"> <div className="space-y-2">
<div className="flex items-center gap-1"> <div className="flex items-center gap-1">
<Label className="text-sm font-medium"> <Label className="text-sm font-medium text-primary-variant">
{t("cameraWizard.step2.featuresTitle")} {t("cameraWizard.step2.featuresTitle")}
</Label> </Label>
<Popover> <Popover>
@ -404,7 +404,7 @@ export default function Step2StreamConfig({
<LuInfo className="size-3" /> <LuInfo className="size-3" />
</Button> </Button>
</PopoverTrigger> </PopoverTrigger>
<PopoverContent className="w-80 text-xs"> <PopoverContent className="pointer-events-auto w-80 text-xs">
<div className="space-y-2"> <div className="space-y-2">
<div className="font-medium"> <div className="font-medium">
{t("cameraWizard.step2.featuresPopover.title")} {t("cameraWizard.step2.featuresPopover.title")}