Fix tag border color Relations (#3034)

- fix tag theme types
- fix color for tag border
This commit is contained in:
brendanlaschke
2023-12-18 08:44:12 +01:00
committed by GitHub
parent 2507da1b25
commit b36d86e52c
2 changed files with 2 additions and 2 deletions

View File

@ -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};
`
: ''}