feat: added top margin to add button in records

pull/108/head
Samuel Rowe 3 years ago
parent f3d56386a5
commit 47368b8fae

@ -61,6 +61,7 @@ const RecordList = styled("div")`
const AddButton = styled(IconButton)` const AddButton = styled(IconButton)`
border-radius: ${({ theme }) => theme.spacing(2)}; border-radius: ${({ theme }) => theme.spacing(2)};
margin-top: ${({ theme }) => theme.spacing(1)};
`; `;
const Description = styled("p")` const Description = styled("p")`

Loading…
Cancel
Save