Skip to content

Commit

Permalink
CR - Fixup classes order
Browse files Browse the repository at this point in the history
  • Loading branch information
mirhamasala committed Feb 11, 2025
1 parent ff5b838 commit 2da89ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/site/src/app/_components/Tooltip/Tooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export function Tooltip({ children, description, side = 'top' }: TooltipProps) {
sideOffset={GAP_BETWEEN_TOOLTIP_AND_TRIGGER}
side={side}
role="tooltip"
className="bg-brand-200 text-brand-800 tooltip-animation max-w-xs rounded-lg px-4 py-3 text-sm leading-tight focus-visible:outline-hidden"
className="tooltip-animation max-w-xs rounded-lg bg-brand-200 px-4 py-3 text-sm leading-tight text-brand-800 focus-visible:outline-hidden"
>
{description}
<RadixPopover.Arrow className="fill-brand-200" />
Expand Down

0 comments on commit 2da89ba

Please sign in to comment.