setCameraFocusTrigger(!cameraFocusTrigger)}
+ size="medium"
+ startIcon={}
+ />
{hoveredNode && (
@@ -36,6 +29,25 @@ export const Overlay = () => {
)
}
+const CameraCenterButton = styled(Button)`
+ && {
+ position: absolute;
+ right: 20px;
+ bottom: 102px;
+ padding: 0;
+ width: 32px;
+ min-width: auto;
+ justify-content: center;
+ align-items: center;
+ pointer-events: all;
+
+ .MuiButton-startIcon {
+ margin-left: 0;
+ filter: brightness(.65);
+ }
+ }
+`
+
const OverlayWrap = styled('div')(({ theme }) => ({
position: 'absolute',
zIndex: 1,