Style ficx on tooltip for viewport toolbar
This commit is contained in:
parent
f96f965a76
commit
3c6408b99e
@ -63,7 +63,7 @@ const ViewportToolbar = () => {
|
|||||||
{shouldShowTooltip && (
|
{shouldShowTooltip && (
|
||||||
<div
|
<div
|
||||||
className={classnames(
|
className={classnames(
|
||||||
'tooltip absolute bg-primary-dark border border-secondary-main text-white text-base rounded py-1 px-4 inset-x-auto top-full mt-2 w-max-content'
|
'tooltip tooltip-up absolute bg-primary-dark border border-secondary-main text-white text-base rounded py-1 px-4 inset-x-auto top-full mt-2 w-max-content'
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
{tool.label}
|
{tool.label}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user