Просмотр исходного кода

remove overflow color on button

master
azri 1 месяц назад
Родитель
Сommit
689f667b15
2 измененных файлов: 7 добавлений и 2 удалений
  1. 6
    1
      src/components/Footer/Footer.jsx
  2. 1
    1
      src/components/NewsLetter/NewsLetter.jsx

+ 6
- 1
src/components/Footer/Footer.jsx Просмотреть файл

@@ -105,7 +105,12 @@ const Footer = () => {
105 105
               value={email}
106 106
               type='email'
107 107
               onChange={(e) => { setEmail(e.target.value) }}
108
-              sx={{ p: 0, mb: 2 }}
108
+              sx={{ 
109
+                p: 0, 
110
+                mb: 2,
111
+                overflow:"hidden",
112
+                borderRadius:"4px",
113
+              }}
109 114
               InputProps={{
110 115
                 startAdornment: (
111 116
                   <InputAdornment position="end">

+ 1
- 1
src/components/NewsLetter/NewsLetter.jsx Просмотреть файл

@@ -46,7 +46,7 @@ const NewsLetter = () => {
46 46
           color: "black"
47 47
         }}>
48 48
 
49
-          <Typography variant='h4' sx={{fontWeight:"500", fontSize:"1.8rem !important", pb:2}}>
49
+          <Typography variant='h5' sx={{fontWeight:"500", fontSize:"1.8rem !important", pb:2}}>
50 50
             Let's stay in touch
51 51
           </Typography>
52 52
           <Typography variant='body1' sx={{fontSize:{xs:"0.875rem", sm:"0.875rem", md:"1rem" }}}>

Загрузка…
Отмена
Сохранить