fix vertical icons panel test

pull/3137/head
Joseph Izang 2 years ago
parent 49a8e265b5
commit 59c799c25a
  1. 2
      libs/remix-ui/vertical-icons-panel/src/lib/components/Icon.tsx

@ -86,7 +86,7 @@ const Icon = ({
return (
<>
<CustomTooltip
placement="top"
placement={name === 'settings' ? 'right' : name === 'search' ? 'bottom' : "top"}
tooltipText={title}
>
<div

Loading…
Cancel
Save