From 5caa7f22823e7cdbdee262a88fd7fb4bf9f9da8a Mon Sep 17 00:00:00 2001 From: enes Date: Wed, 4 Sep 2024 17:35:54 +0200 Subject: [PATCH] refactor: update add counterparty design --- src/pages/create/index.tsx | 44 ++++++++++++++---------------- src/pages/create/style.module.scss | 21 +++++++++++++- 2 files changed, 41 insertions(+), 24 deletions(-) diff --git a/src/pages/create/index.tsx b/src/pages/create/index.tsx index d3ed57a..0a15f2c 100644 --- a/src/pages/create/index.tsx +++ b/src/pages/create/index.tsx @@ -932,24 +932,25 @@ export const CreatePage = () => { moveSigner={moveSigner} /> -
- setUserInput(e.target.value)} - onKeyDown={handleInputKeyDown} - error={!!error} - fullWidth - sx={{ - fontSize: '16px', - '& .MuiInputBase-input': { - padding: '7px 14px' - }, - '& .MuiOutlinedInput-notchedOutline': { - display: 'none' - } - }} - /> +
+
+ setUserInput(e.target.value)} + onKeyDown={handleInputKeyDown} + error={!!error} + sx={{ + fontSize: '16px', + '& .MuiInputBase-input': { + padding: '7px 14px' + }, + '& .MuiOutlinedInput-notchedOutline': { + display: 'none' + } + }} + /> +