Skip to content

Commit

Permalink
fix: update hover state of icons (#1075)
Browse files Browse the repository at this point in the history
* fix: update icons

* fix: update UI
  • Loading branch information
spaenleh authored Mar 12, 2024
1 parent 95df7a5 commit 73bab05
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/components/layout/utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,16 @@ export const buildExtraItems = ({
return [
{
name: translate(BUILDER.LIBRARY_SETTINGS_PUBLISH_BUTTON),
icon: <LibraryIcon size={24} showSetting primaryColor="#777" />,
icon: (
<LibraryIcon
size={24}
showSetting
primaryColor="#777"
secondaryColor="#fff"
disableHover
selected
/>
),
path: buildItemPublishPath(itemId),
menuItems: [],
},
Expand Down

0 comments on commit 73bab05

Please sign in to comment.