fix: updated tooltip side for actions (#8495)

* Updated tooltip side

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
Lucas Oliveira 2025-06-12 14:55:52 -03:00 committed by GitHub
commit b42126fc62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,7 +44,7 @@ export const CustomControlButton = ({
disabled={disabled}
title={testId?.replace(/_/g, " ")}
>
<ShadTooltip content={tooltipText} side="left">
<ShadTooltip content={tooltipText} side="right">
<div className={cn("rounded p-2.5", backgroundClasses)}>
<IconComponent
name={iconName}