Small padding increase to SquiggleEditor Input

This commit is contained in:
Ozzie Gooen 2022-04-06 21:51:04 -04:00
parent 7d086a9cde
commit 2d12e6b3ef

View File

@ -30,7 +30,7 @@ export interface SquiggleEditorProps {
const Input = styled.div` const Input = styled.div`
border: 1px solid #ddd; border: 1px solid #ddd;
padding: 0.1em 0.1em; padding: 0.3em 0.3em;
margin-bottom: 1em; margin-bottom: 1em;
`; `;