Skip to content

Commit

Permalink
change info icon + remove white bg for managed tag
Browse files Browse the repository at this point in the history
  • Loading branch information
paulinashakirova committed Jan 8, 2025
1 parent ce9043e commit fd7e166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ function TableListViewTableComp<T extends UserContentCommonSchema>({
defaultMessage: 'View details',
}
),
icon: 'iInCircle',
icon: 'controlsVertical',
type: 'icon',
onClick: inspectItem,
'data-test-subj': `inspect-action`,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"managed": true,
"coreMigrationVersion": "8.8.0",
"typeMigrationVersion": "8.0.0",
"attributes": { "name": "Managed", "description": "", "color": "#FFFFFF" },
"attributes": { "name": "Managed", "description": "" },
"references": []
}

0 comments on commit fd7e166

Please sign in to comment.