Changed info buttons to have Help cursor

This commit is contained in:
Lucas Oliveira 2024-06-11 18:44:24 -03:00
commit 79e52d49b1
3 changed files with 3 additions and 3 deletions

View file

@ -324,7 +324,7 @@ export default function ParameterComponent({
{info !== "" && (
<ShadTooltip content={infoHtml.current}>
{/* put div to avoid bug that does not display tooltip */}
<div>
<div className="cursor-help">
<IconComponent
name="Info"
className="relative bottom-px ml-1.5 h-3 w-4"

View file

@ -80,7 +80,7 @@ export default function SingleAlert({
className="mx-2 mb-2 flex rounded-md bg-info-background p-3"
key={dropItem.id}
>
<div className="flex-shrink-0">
<div className="flex-shrink-0 cursor-help">
<IconComponent
name="Info"
className="h-5 w-5 text-status-blue "

View file

@ -39,7 +39,7 @@ export default function NoticeAlert({
className="nocopy nowheel nopan nodelete nodrag noundo mt-6 w-96 rounded-md bg-info-background p-4 shadow-xl"
>
<div className="flex">
<div className="flex-shrink-0">
<div className="flex-shrink-0 cursor-help">
<IconComponent
name="Info"
className="h-5 w-5 text-status-blue "