Skip to content

Commit

Permalink
Restyle delete profile button
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaw3d committed Jan 25, 2024
1 parent 4d96ab9 commit b279b05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/components/Persist/DeleteProfileButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export function DeleteProfileButton({ prominent }: DeleteProfileButtonProps) {
return (
<>
<Button
color={prominent ? 'status-error' : undefined}
color="status-error"
label={t('persist.loginToProfile.deleteProfile.button', 'Delete profile')}
onClick={() => setLayerVisibility(true)}
primary={prominent}
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/Persist/UnlockForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export function UnlockForm() {
width="auto"
></PasswordField>

<Box direction="row-responsive" gap="medium" justify="between" margin={{ top: 'medium' }}>
<Box direction="row-responsive" gap="large" justify="between" margin={{ top: 'medium' }}>
<Button type="submit" label={t('persist.loginToProfile.unlock', 'Unlock')} primary />

<Button
Expand Down

0 comments on commit b279b05

Please sign in to comment.