Skip to content

Commit

Permalink
Fixes Tooltip clipping in for preset save button
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryanshu919 committed Jun 23, 2024
1 parent a69c0b0 commit 74c467c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export const ConsultationFeedTab = (props: ConsultationTabProps) => {
? "Save current position to selected preset"
: "Change camera position to update preset"
}
tooltipClassName="translate-y-8 text-xs"
tooltipClassName="translate-y-3 translate-y-8 text-xs"
onClick={() => setShowPresetSaveConfirmation(true)}
>
<CareIcon
Expand Down

0 comments on commit 74c467c

Please sign in to comment.