Skip to content

Commit 016dcb8

Browse files
committed
Fix button size
1 parent 8627ac2 commit 016dcb8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/screens/OavMover.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ export function CoordinateSystem() {
285285
planParams={{ place: "zero" }}
286286
title="Go to Fiducial 0"
287287
btnVariant="contained"
288+
btnSize="large"
288289
/>
289290
</Grid2>
290291
<Grid2 size={4}>
@@ -294,6 +295,7 @@ export function CoordinateSystem() {
294295
planParams={{ place: "f1" }}
295296
title="Go to Fiducial 1"
296297
btnVariant="contained"
298+
btnSize="large"
297299
/>
298300
</Grid2>
299301
<Grid2 size={4}>
@@ -303,6 +305,7 @@ export function CoordinateSystem() {
303305
planParams={{ place: "f2" }}
304306
title="Go to Fiducial 2"
305307
btnVariant="contained"
308+
btnSize="large"
306309
/>
307310
</Grid2>
308311
<Grid2 size={4}>

0 commit comments

Comments
 (0)