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 65243df commit 9e93df4
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 9e93df4

Please sign in to comment.