Skip to content

Commit

Permalink
fix(ui): Blue line between buttons in PendingMapChangeEventControl
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoors authored and Hypfer committed Sep 26, 2021
1 parent 957463a commit 196a29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/ValetudoEventControls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const PendingMapChangeEventControl: FunctionComponent<ValetudoEventRenderProps>
A map change is pending. Do you want to accept the new map?
</Typography>
</Stack>
<ButtonGroup size="small" variant="contained">
<ButtonGroup size="small" variant="contained" color="success">
<Button
disabled={event.processed}
onClick={() => {
Expand Down

0 comments on commit 196a29e

Please sign in to comment.