Make delete user button more dangerous looking

pull/3012/head
Alex P 2018-03-19 11:35:46 -07:00
parent d4a2b3b023
commit 25594c9e8d
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ const AllUsersTableRow = ({
confirmText={removeWarning}
confirmAction={wrappedDelete}
size="btn-xs"
type="btn-danger"
text="Delete"
customClass="table--show-on-row-hover"
/>