Merge branch 'main' of github.com:outline/outline

This commit is contained in:
Tom Moor
2021-04-04 11:04:46 -07:00

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;
}
`;