We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8627ac2 commit 016dcb8Copy full SHA for 016dcb8
src/screens/OavMover.tsx
@@ -285,6 +285,7 @@ export function CoordinateSystem() {
285
planParams={{ place: "zero" }}
286
title="Go to Fiducial 0"
287
btnVariant="contained"
288
+ btnSize="large"
289
/>
290
</Grid2>
291
<Grid2 size={4}>
@@ -294,6 +295,7 @@ export function CoordinateSystem() {
294
295
planParams={{ place: "f1" }}
296
title="Go to Fiducial 1"
297
298
299
300
301
@@ -303,6 +305,7 @@ export function CoordinateSystem() {
303
305
planParams={{ place: "f2" }}
304
306
title="Go to Fiducial 2"
307
308
309
310
311
0 commit comments