stretch email login input (#2004)

* stretch email login input

* Update InputLarge.js

Co-authored-by: Tom Moor <tom.moor@gmail.com>
This commit is contained in:
Nilay Sharma
2021-04-04 22:27:44 +05:30
committed by GitHub
parent 3ffa21b07f
commit 0e54302d75

View File

@@ -3,10 +3,12 @@ import styled from "styled-components";
import Input from "./Input";
const InputLarge = styled(Input)`
height: 40px;
height: 38px;
flex-grow: 1;
margin-right: 8px;
input {
height: 40px;
height: 38px;
}
`;