mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-10 21:25:24 +03:00
fix mobile motion only button
This commit is contained in:
parent
6603b0029e
commit
9c1567d96b
@ -689,7 +689,7 @@ function ShowMotionOnlyButton({
|
||||
onClick={() => setMotionOnlyButton(!motionOnlyButton)}
|
||||
>
|
||||
<FaRunning
|
||||
className={`${motionOnlyButton ? "fill-primary" : "text-muted-foreground"}`}
|
||||
className={`${motionOnlyButton ? "text-background dark:text-primary" : "text-secondary-foreground"}`}
|
||||
/>
|
||||
</Button>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user