Skip to content

Commit c14d370

Browse files
committed
Make button contained
1 parent b895ded commit c14d370

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/screens/DetectorMotion.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export function DetectorMotionTabPanel() {
3131
<Stack direction={"row"} spacing={5} justifyContent={"center"}>
3232
<Button
3333
color="custom"
34+
variant="contained"
3435
onClick={() =>
3536
submitAndRunPlanImmediately("gui_move_detector", { det: "eiger" })
3637
}
@@ -39,6 +40,7 @@ export function DetectorMotionTabPanel() {
3940
</Button>
4041
<Button
4142
color="custom"
43+
variant="contained"
4244
onClick={() =>
4345
submitAndRunPlanImmediately("gui_move_detector", {
4446
det: "pilatus",

0 commit comments

Comments
 (0)