Fix tag border color Relations (#3034)
- fix tag theme types - fix color for tag border
This commit is contained in:
@ -35,7 +35,7 @@ const StyledDataType = styled.div<{ value: FieldMetadataType }>`
|
||||
${({ theme, value }) =>
|
||||
value === FieldMetadataType.Relation
|
||||
? css`
|
||||
border-color: ${theme.color.purple20};
|
||||
border-color: ${theme.tag.background.purple};
|
||||
color: ${theme.color.purple};
|
||||
`
|
||||
: ''}
|
||||
|
||||
Reference in New Issue
Block a user