Bug 1930656 - Use a dedicated icon for the AI button r=Mardak,firefox-ai-ml-reviewers
Updating Icon to use from global src and not addons module. Differential Revision: https://phabricator.services.mozilla.com/D236899
This commit is contained in:
@@ -450,8 +450,7 @@ export const GenAI = {
|
||||
|
||||
const aiActionButton =
|
||||
selectionShortcutActionPanel.querySelector("#ai-action-button");
|
||||
aiActionButton.iconSrc =
|
||||
"chrome://mozapps/skin/extensions/category-discover.svg";
|
||||
aiActionButton.iconSrc = "chrome://global/skin/icons/highlights.svg";
|
||||
const buttonActiveState = "icon";
|
||||
const buttonDefaultState = "icon ghost";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user