diff --git a/app/frontend/src/components/common/Text/Caption.tsx b/app/frontend/src/components/common/Text/Caption.tsx index 8df53b6..9f0fe95 100644 --- a/app/frontend/src/components/common/Text/Caption.tsx +++ b/app/frontend/src/components/common/Text/Caption.tsx @@ -1,6 +1,6 @@ import styled from "@emotion/styled"; -const Caption = styled("caption")(({ theme }) => ({ +const Caption = styled("div")(({ theme }) => ({ color: theme.palette.text.secondary, fontSize: "0.75rem", lineHeight: 1.5,