mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 06:23:42 +00:00
Cleanup sizing and more font colors
This commit is contained in:
parent
ff9308a0e8
commit
83045849c0
@ -137,7 +137,7 @@ export default function ClassificationModelWizardDialog({
|
||||
<DialogContent
|
||||
className={cn(
|
||||
"",
|
||||
isDesktop && "max-h-[75dvh] max-w-[40%] overflow-y-auto",
|
||||
isDesktop && "max-h-[90%] max-w-[50%] overflow-y-auto xl:max-h-[80%]",
|
||||
)}
|
||||
onInteractOutside={(e) => {
|
||||
e.preventDefault();
|
||||
|
||||
@ -260,7 +260,7 @@ export default function Step2StateArea({
|
||||
onOpenAutoFocus={(e) => e.preventDefault()}
|
||||
>
|
||||
<div className="flex flex-col gap-2">
|
||||
<Heading as="h4" className="text-sm font-medium">
|
||||
<Heading as="h4" className="text-sm text-primary-variant">
|
||||
{t("wizard.step2.selectCamera")}
|
||||
</Heading>
|
||||
<div className="scrollbar-container flex max-h-[30vh] flex-col gap-1 overflow-y-auto">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user