mirror of
https://github.com/Lissy93/web-check.git
synced 2025-08-12 06:02:46 +02:00
Exports styled Details
This commit is contained in:
@ -34,7 +34,7 @@ const StyledExpandableRow = styled(StyledRow).attrs({
|
|||||||
as: "summary"
|
as: "summary"
|
||||||
})``;
|
})``;
|
||||||
|
|
||||||
const Details = styled.details`
|
export const Details = styled.details`
|
||||||
transition: all 0.2s ease-in-out;
|
transition: all 0.2s ease-in-out;
|
||||||
summary {
|
summary {
|
||||||
padding-left: 1rem;
|
padding-left: 1rem;
|
||||||
|
Reference in New Issue
Block a user