mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-15 07:35:27 +03:00
Fix bg
This commit is contained in:
parent
f3d98017ef
commit
eabaee1dd2
@ -455,7 +455,7 @@ function TimeRangeFilterButton({
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
className={cn(
|
className={cn(
|
||||||
"mt-3 flex w-full items-center rounded-lg bg-secondary text-secondary-foreground",
|
"mt-3 flex w-full items-center rounded-lg bg-transparent text-secondary-foreground",
|
||||||
isDesktop ? "mx-6 gap-2 px-2" : "pl-2",
|
isDesktop ? "mx-6 gap-2 px-2" : "pl-2",
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
@ -469,7 +469,7 @@ function TimeRangeFilterButton({
|
|||||||
>
|
>
|
||||||
<PopoverTrigger asChild>
|
<PopoverTrigger asChild>
|
||||||
<Button
|
<Button
|
||||||
className={`text-primary ${isDesktop ? "" : "text-xs"}`}
|
className={`text-primary ${isDesktop ? "" : "text-xs"} `}
|
||||||
variant={startOpen ? "select" : "default"}
|
variant={startOpen ? "select" : "default"}
|
||||||
size="sm"
|
size="sm"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user