Added disappearing buttons to submit and clear

This commit is contained in:
phntxx 2021-03-21 10:55:27 +01:00
parent 79fe8dedd8
commit bc897a6bfb
2 changed files with 52 additions and 12 deletions

View file

@ -50,7 +50,8 @@ export const Button = styled.button`
border: 1px solid ${selectedTheme.mainColor};
color: ${selectedTheme.mainColor};
background: none;
min-height: 3em;
min-height: 2rem;
height: 100%;
&:hover {