// @flow import styled from "styled-components"; import Input from "./Input"; const InputLarge = styled(Input)` height: 40px; input { height: 40px; } `; export default InputLarge;