From 95c2368e7f26dd71c1d666ed697a4d45d6f79f49 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Mon, 24 Jul 2023 20:50:31 +0100 Subject: [PATCH] Exports styled Details --- src/components/Form/Row.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Form/Row.tsx b/src/components/Form/Row.tsx index fd2a24e..1d78e68 100644 --- a/src/components/Form/Row.tsx +++ b/src/components/Form/Row.tsx @@ -34,7 +34,7 @@ const StyledExpandableRow = styled(StyledRow).attrs({ as: "summary" })``; -const Details = styled.details` +export const Details = styled.details` transition: all 0.2s ease-in-out; summary { padding-left: 1rem;