summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console/manage_teams_modal/remove_from_team_button.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/admin_console/manage_teams_modal/remove_from_team_button.jsx')
-rw-r--r--webapp/components/admin_console/manage_teams_modal/remove_from_team_button.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/admin_console/manage_teams_modal/remove_from_team_button.jsx b/webapp/components/admin_console/manage_teams_modal/remove_from_team_button.jsx
index 28e9fde8f..69579d46f 100644
--- a/webapp/components/admin_console/manage_teams_modal/remove_from_team_button.jsx
+++ b/webapp/components/admin_console/manage_teams_modal/remove_from_team_button.jsx
@@ -41,7 +41,7 @@ export default class RemoveFromTeamButton extends React.PureComponent {
render() {
return (
<button
- className='btn btn-default'
+ className='btn btn-danger'
onClick={this.handleClick}
>
<FormattedMessage