Skip to content

Commit

Permalink
Aligns indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbs committed Dec 5, 2024
1 parent 3ea4762 commit 534e88b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/features/encrypt/view/EncryptionForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,14 @@ export const EncryptionForm = () => {
}
}}
slotProps={{
input: {
readOnly: true,
startAdornment: (
<InputAdornment position="start">
<FontAwesomeIcon icon={faClipboard} size="lg" />
</InputAdornment>
)
}
input: {
readOnly: true,
startAdornment: (
<InputAdornment position="start">
<FontAwesomeIcon icon={faClipboard} size="lg" />
</InputAdornment>
)
}
}}
placeholder="Encrypted text appears here"
/>
Expand Down

0 comments on commit 534e88b

Please sign in to comment.