chore: replace prettier with oxfmt (#8676)
This commit is contained in:
parent
9ee73d57ef
commit
41abaffc6e
1008 changed files with 4046 additions and 4027 deletions
|
|
@ -75,7 +75,7 @@ export function Tooltip({
|
|||
|
||||
if (!shouldRender) {
|
||||
return (
|
||||
<div ref={toolTipRef} className="h-full flex items-center">
|
||||
<div ref={toolTipRef} className="flex h-full items-center">
|
||||
{children}
|
||||
</div>
|
||||
);
|
||||
|
|
@ -89,7 +89,7 @@ export function Tooltip({
|
|||
content={
|
||||
<div
|
||||
className={cn(
|
||||
"relative block z-50 max-w-xs gap-1 overflow-hidden break-words rounded-md bg-surface-1 p-2 text-11 text-secondary shadow-md",
|
||||
"shadow-md relative z-50 block max-w-xs gap-1 overflow-hidden rounded-md bg-surface-1 p-2 text-11 break-words text-secondary",
|
||||
{
|
||||
hidden: isMobile,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue