chore: replace prettier with oxfmt (#8676)

This commit is contained in:
sriram veeraghanta 2026-03-02 20:40:50 +05:30 committed by GitHub
parent 9ee73d57ef
commit 41abaffc6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
1008 changed files with 4046 additions and 4027 deletions

View file

@ -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,
},