Skip to content

Commit

Permalink
Fix: [M3-6786] ActionMenu tooltip icon color (#9352)
Browse files Browse the repository at this point in the history
* Fix: [M3-6786] ActionMenu tooltip icon color

* Added changeset: ActionMenu tooltip icon color deprecation
  • Loading branch information
abailly-akamai authored Jun 30, 2023
1 parent d63e70a commit 18d0405
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions packages/manager/.changeset/pr-9352-fixed-1688140397688.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@linode/manager": Fixed
---

ActionMenu tooltip icon color deprecation ([#9352](https://github.com/linode/manager/pull/9352))
3 changes: 2 additions & 1 deletion packages/manager/src/components/ActionMenu/ActionMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ const ActionMenu = (props: Props) => {
color: '#4d99f1',
},
padding: '0 0 0 8px',
'& svg': {
'& .MuiSvgIcon-root': {
fill: '#fff',
height: '20px',
width: '20px',
},
Expand Down

0 comments on commit 18d0405

Please sign in to comment.