Added disappearing buttons to submit and clear
This commit is contained in:
parent
79fe8dedd8
commit
bc897a6bfb
2 changed files with 52 additions and 12 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue