mirror of
https://github.com/Lissy93/web-check.git
synced 2025-05-22 15:10:43 +02:00
Exports styled Details
This commit is contained in:
parent
7e3cdd7f92
commit
95c2368e7f
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user