Skip to content

Commit 2a28c63

Browse files
committed
[grid-ui] Use the same button look-n-feel
1 parent 5113b2d commit 2a28c63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

javascript/grid-ui/src/components/RunningSessions/RunningSessions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ class RunningSessions extends React.Component<RunningSessionsProps, RunningSessi
405405
</Typography>
406406
</DialogContent>
407407
<DialogActions>
408-
<Button onClick={this.handleDialogClose} color="primary" variant="outlined">
408+
<Button onClick={this.handleDialogClose} color="primary" variant="contained">
409409
Close
410410
</Button>
411411
</DialogActions>

0 commit comments

Comments
 (0)