Skip to content

Commit

Permalink
Add units to avoid console warning (#64810)
Browse files Browse the repository at this point in the history
Co-authored-by: t-hamano <[email protected]>
Co-authored-by: Mamaduka <[email protected]>
  • Loading branch information
3 people authored Aug 27, 2024
1 parent 23db6dc commit 7099e9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/edit-site/src/components/editor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ const toggleHomeIconVariants = {

const siteIconVariants = {
edit: {
clipPath: 'inset(0% round 0)',
clipPath: 'inset(0% round 0px)',
},
hover: {
clipPath: 'inset( 22% round 2px )',
},
tap: {
clipPath: 'inset(0% round 0)',
clipPath: 'inset(0% round 0px)',
},
};

Expand Down

0 comments on commit 7099e9c

Please sign in to comment.