Skip to content

Commit 23e0ae1

Browse files
committed
Use a box for Detector tab
1 parent eb008ae commit 23e0ae1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/screens/DetectorMotion.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function DetectorState() {
1717

1818
export function DetectorMotionTabPanel() {
1919
return (
20-
<div>
20+
<Box>
2121
<Stack spacing={2} alignItems={"center"}>
2222
<RoPvBox label="Selected detector" pv="ca://ME14E-MO-IOC-01:GP101" />
2323
<RoPvBox
@@ -50,6 +50,6 @@ export function DetectorMotionTabPanel() {
5050
</Stack>
5151
<DetectorState />
5252
</Stack>
53-
</div>
53+
</Box>
5454
);
5555
}

0 commit comments

Comments
 (0)