Style ficx on tooltip for viewport toolbar

This commit is contained in:
Gustavo Lelis 2020-04-13 10:37:44 -03:00 committed by James A. Petts
parent f96f965a76
commit 3c6408b99e

View File

@ -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}