Add CameraSettings context and provider; integrate into AppProviders and VideoFeed
This commit is contained in:
@@ -41,7 +41,7 @@ const NumberPlate = ({ vrm, motion, size }: NumberPlateProps) => {
|
||||
return (
|
||||
<div
|
||||
className={`relative ${options.plateWidth} ${options.borderWidth} border-black rounded-xl text-nowrap
|
||||
text-black px-6 py-2 text-monospace font-mono flex items-center justify-center
|
||||
text-black px-6 py-2 text-monospace flex items-center justify-center
|
||||
${motion ? "bg-yellow-400" : "bg-white"}`}
|
||||
>
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user