Skip to content

Commit

Permalink
[grid-ui] Use the same button look-n-feel
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Feb 19, 2021
1 parent 5113b2d commit 2a28c63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ class RunningSessions extends React.Component<RunningSessionsProps, RunningSessi
</Typography>
</DialogContent>
<DialogActions>
<Button onClick={this.handleDialogClose} color="primary" variant="outlined">
<Button onClick={this.handleDialogClose} color="primary" variant="contained">
Close
</Button>
</DialogActions>
Expand Down

0 comments on commit 2a28c63

Please sign in to comment.