Skip to content

Commit

Permalink
Make Delete button in Settings outline
Browse files Browse the repository at this point in the history
  • Loading branch information
louilinn committed Oct 27, 2023
1 parent 5ef5351 commit 19d9e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const Settings = () => {
{translate('Settings.headingDangerZone')}
</Typography>
<Box my={2}>
<ButtonDeleteProfile />
<ButtonDeleteProfile isOutline />
</Box>
<Box my={2}>
<Button fullWidth isDanger onClick={handleConfirmOpen}>
Expand Down

0 comments on commit 19d9e45

Please sign in to comment.