Skip to content

Commit

Permalink
fix(ErrorFormTooltip): align text and cancel cross button
Browse files Browse the repository at this point in the history
  • Loading branch information
sarkaaa committed Aug 23, 2024
1 parent db70be9 commit 93b3862
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const ErrorFormTooltip = ({
/>
<div
className={cx(
"font-base text-normal leading-small text-white-normal flex h-full items-center font-normal",
"font-base text-normal text-white-normal flex h-full items-center font-normal leading-normal",
"[&_.orbit-text]:text-white-normal [&_.orbit-text]:text-normal hover:[&_.orbit-text]:text-white-normal focus:[&_.orbit-text]:text-white-normal [&_.orbit-text]:font-normal",
"[&_.orbit-list-item]:text-white-normal [&_.orbit-list-item]:text-normal hover:[&_.orbit-list-item]:text-white-normal focus:[&_.orbit-list-item]:text-white-normal [&_.orbit-list-item]:font-normal",
"[&_a]:text-white-normal [&_a]:text-normal hover:[&_a]:text-white-normal focus:[&_a]:text-white-normal [&_a]:font-normal",
Expand Down

0 comments on commit 93b3862

Please sign in to comment.