Skip to content

Commit 982b005

Browse files
committed
OpenConceptLab/ocl_issues#2190 | fixing map type color
1 parent 8f5f078 commit 982b005

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/concepts/Associations.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ const AssociationRow = ({mappings, id, mapType, isSelf, isIndirect, hide}) => {
9999
size='small'
100100
variant='outlined'
101101
color='default'
102+
sx={{color: 'rgba(0, 0, 0, 0.87)'}}
102103
label={
103104
<span>
104105
<span>{mapType}</span>

0 commit comments

Comments
 (0)