We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 274fd6f commit 8f1557eCopy full SHA for 8f1557e
src/cloud/components/Props/Pickers/DocDependencySelect.tsx
@@ -214,6 +214,7 @@ const DependencyPastille = ({ type = 'doc' }: { type: DependencyType }) => {
214
215
const PastilleContainer = styled.div`
216
color: ${({ theme }) => theme.colors.text.subtle};
217
+ margin-top: ${({ theme }) => theme.sizes.spaces.xsm}px;
218
&.dependency__pastille--blocker {
219
color: ${({ theme }) => theme.colors.variants.danger.base};
220
}
0 commit comments