Skip to content

Commit 8f1557e

Browse files
kazup01Davy-c
authored andcommitted
Fix dependency option
1 parent 274fd6f commit 8f1557e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cloud/components/Props/Pickers/DocDependencySelect.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ const DependencyPastille = ({ type = 'doc' }: { type: DependencyType }) => {
214214

215215
const PastilleContainer = styled.div`
216216
color: ${({ theme }) => theme.colors.text.subtle};
217+
margin-top: ${({ theme }) => theme.sizes.spaces.xsm}px;
217218
&.dependency__pastille--blocker {
218219
color: ${({ theme }) => theme.colors.variants.danger.base};
219220
}

0 commit comments

Comments
 (0)