mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[APM] Display service icons without filled background (#145329)
## Summary ## Before https://user-images.githubusercontent.com/3369346/202012360-9694c183-e826-4eac-aced-d7c19c0b26db.mov  ## After https://user-images.githubusercontent.com/3369346/202012369-4387db32-369b-441f-aeea-78cfbdceda16.mov   Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
12aeaa8101
commit
248b2360f9
1 changed files with 1 additions and 2 deletions
|
@ -55,8 +55,7 @@ export function IconPopover({
|
|||
ownFocus={false}
|
||||
button={
|
||||
<StyledButtonIcon
|
||||
display="fill"
|
||||
color="ghost"
|
||||
color="text"
|
||||
onClick={onClick}
|
||||
iconType={icon.type}
|
||||
iconSize={icon.size ?? 'l'}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue