diff --git a/services/frontend/src/components/Records.tsx b/services/frontend/src/components/Records.tsx index ed29a94..1719963 100644 --- a/services/frontend/src/components/Records.tsx +++ b/services/frontend/src/components/Records.tsx @@ -61,6 +61,7 @@ const RecordList = styled("div")` const AddButton = styled(IconButton)` border-radius: ${({ theme }) => theme.spacing(2)}; + margin-top: ${({ theme }) => theme.spacing(1)}; `; const Description = styled("p")`