From d05266f8f4173ca9ccc8fcf6dcdc2c54b8241661 Mon Sep 17 00:00:00 2001 From: banthungprong <59219161+banthungprong@users.noreply.github.com> Date: Sun, 30 Oct 2022 17:27:06 +0100 Subject: [PATCH] changed color to white, added top padding in disabled camera info --- web/src/components/CameraImage.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/CameraImage.jsx b/web/src/components/CameraImage.jsx index 8d5253424..d11054db9 100644 --- a/web/src/components/CameraImage.jsx +++ b/web/src/components/CameraImage.jsx @@ -49,7 +49,7 @@ export default function CameraImage({ camera, onload, searchParams = '', stretch { (enabled) ? - :
Camera is disabled in config, no stream or snapshot available!
+ :
Camera is disabled in config, no stream or snapshot available!
} { (!hasLoaded && enabled) ? (