diff --git a/src/frontend/src/Components/CurrentCameraIcon.js b/src/frontend/src/Components/CurrentCameraIcon.js index be26226d4..33731073b 100644 --- a/src/frontend/src/Components/CurrentCameraIcon.js +++ b/src/frontend/src/Components/CurrentCameraIcon.js @@ -3,7 +3,7 @@ import React from 'react'; export default function CurrentCameraIcon({variant}) { if (variant === 'outline') { return ( - + @@ -11,7 +11,7 @@ export default function CurrentCameraIcon({variant}) { } else { return ( - + - + @@ -196,7 +196,7 @@ export default function Filters(props) { />