Skip to content

Commit f549431

Browse files
author
Tamoor Shahid
committed
Removed leftover styling from #63
1 parent fe8cf56 commit f549431

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

src/screens/OavMover.tsx

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -260,14 +260,6 @@ export function CoordinateSystem() {
260260
setOpen(false);
261261
};
262262

263-
const buttonStyle = {
264-
color: "white",
265-
padding: "12px",
266-
backgroundColor: "#1c2025",
267-
width: "100%",
268-
height: "85%",
269-
};
270-
271263
return (
272264
<>
273265
<Box>
@@ -414,9 +406,7 @@ export function OavMover() {
414406
} else {
415407
submitAndRunPlanImmediately({
416408
planName: "gui_gonio_move_on_click",
417-
planParams: {
418-
position_px: [x_int, y_int],
419-
},
409+
planParams: { position_px: [x_int, y_int] },
420410
});
421411
}
422412
}}

0 commit comments

Comments
 (0)