mirror of
https://github.com/Lissy93/web-check.git
synced 2025-08-09 21:07:33 +02:00
Exports styled Details
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user