Skip to content

Commit

Permalink
fix(ErrorFormTooltip): arrow was misplaced
Browse files Browse the repository at this point in the history
  • Loading branch information
DSil committed Oct 4, 2023
1 parent e825ccd commit e346e90
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -126,7 +126,7 @@ const ErrorFormTooltip = ({
>
<div
className={cx(
"start-xs de:start-0 absolute",
"start-xs rtl:de:start-0 absolute",
isVertical ? "bottom-xxxs" : "top-xxxs",
inlineLabel && "rtl:start-0",
isHelp ? "before:bg-blue-normal" : "before:bg-red-normal",
Expand Down

0 comments on commit e346e90

Please sign in to comment.