Link live recordings (#10799)

* Add button to link to recordings from camera live view

* Change name and show text on both

* Use history button next to back button

* Match designs better
This commit is contained in:
Nicolas Mowen
2024-04-02 13:25:02 -06:00
committed by GitHub
parent d1082ec305
commit 759ad427d5
5 changed files with 56 additions and 26 deletions

View File

@@ -42,7 +42,9 @@ export default function CameraFeatureToggle({
variants[variant][isActive ? "active" : "inactive"]
}`}
>
<Icon className="size-5 md:m-[6px]" />
<Icon
className={`size-5 md:m-[6px] ${isActive ? "text-white" : "text-secondary-foreground"}`}
/>
</div>
);