From 5d147cdf1e0f7d327ef1fb35eb1c0261896a6272 Mon Sep 17 00:00:00 2001 From: Tamara Date: Sat, 17 Dec 2022 14:23:50 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B0=D0=B4=D0=B0=D0=BF=D1=82=D0=B8=D0=B2?= =?UTF-8?q?=D0=BD=D0=BE=D1=81=D1=82=D1=8C=20=D0=B4=D0=BB=D1=8F=20=D1=81?= =?UTF-8?q?=D1=82=D1=80=D0=B0=D0=BD=D0=B8=D1=87=D0=BA=D0=B8=20=D0=B0=D0=B2?= =?UTF-8?q?=D1=82=D0=BE=D1=80=D0=B8=D0=B7=D0=B0=D1=86=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Components/Authorization/index.tsx | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/Components/Authorization/index.tsx b/src/Components/Authorization/index.tsx index 04dd63b..1b3d092 100644 --- a/src/Components/Authorization/index.tsx +++ b/src/Components/Authorization/index.tsx @@ -27,12 +27,13 @@ const Authorization: React.FC = () => { alignItems: "center" }}> @@ -84,11 +85,12 @@ const Authorization: React.FC = () => { label = "Эл. почта" variant = "filled" color = "secondary" - sx = {{ width: "295px" }} + sx = {{ }} InputProps={{ style: { backgroundColor: theme.palette.content.main, color: theme.palette.secondary.main, + paddingRight: '30px' } }} InputLabelProps={{ style: { @@ -127,11 +129,12 @@ const Authorization: React.FC = () => { type = "password" variant = "filled" color = "secondary" - sx = {{ width: "295px" }} + sx = {{ }} InputProps={{ style: { backgroundColor: theme.palette.content.main, - color: theme.palette.secondary.main + color: theme.palette.secondary.main, + paddingRight: '30px' } }} InputLabelProps={{ style: { @@ -204,7 +207,7 @@ const Authorization: React.FC = () => { sx={{ backgroundColor: theme.palette.content.main, width: "100%", - height: "82px", + padding: '21px 16px', "&:hover": { backgroundColor: theme.palette.menu.main }