Merge pull request #6583 from naman-bruno/add/collection-docs

add: collection-docs
This commit is contained in:
naman-bruno
2026-01-01 17:01:31 +05:30
committed by GitHub
parent 8e74fa6233
commit 2c973bbd35
5 changed files with 270 additions and 2 deletions

View File

@@ -38,6 +38,15 @@ const StyledWrapper = styled.div`
color: ${(props) => props.theme.textLink};
}
}
&.generate-docs {
background-color: ${(props) => rgba(props.theme.accents.primary, 0.08)};
border: 1px solid ${(props) => rgba(props.theme.accents.primary, 0.09)};
svg {
color: ${(props) => props.theme.accents.primary};
}
}
}
`;