From 534e88b9d698bcadf52badeaf9a0646670af1cfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=B8vring?= Date: Thu, 5 Dec 2024 12:00:46 +0100 Subject: [PATCH] Aligns indentation --- src/features/encrypt/view/EncryptionForm.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/features/encrypt/view/EncryptionForm.tsx b/src/features/encrypt/view/EncryptionForm.tsx index 6f57a806..94a55954 100644 --- a/src/features/encrypt/view/EncryptionForm.tsx +++ b/src/features/encrypt/view/EncryptionForm.tsx @@ -78,14 +78,14 @@ export const EncryptionForm = () => { } }} slotProps={{ - input: { - readOnly: true, - startAdornment: ( - - - - ) - } + input: { + readOnly: true, + startAdornment: ( + + + + ) + } }} placeholder="Encrypted text appears here" />