Skip to content

Commit 534e88b

Browse files
committed
Aligns indentation
1 parent 3ea4762 commit 534e88b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/features/encrypt/view/EncryptionForm.tsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@ export const EncryptionForm = () => {
7878
}
7979
}}
8080
slotProps={{
81-
input: {
82-
readOnly: true,
83-
startAdornment: (
84-
<InputAdornment position="start">
85-
<FontAwesomeIcon icon={faClipboard} size="lg" />
86-
</InputAdornment>
87-
)
88-
}
81+
input: {
82+
readOnly: true,
83+
startAdornment: (
84+
<InputAdornment position="start">
85+
<FontAwesomeIcon icon={faClipboard} size="lg" />
86+
</InputAdornment>
87+
)
88+
}
8989
}}
9090
placeholder="Encrypted text appears here"
9191
/>

0 commit comments

Comments
 (0)