mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-14 17:36:49 +02:00
Use prettier to order tailwind classes
This commit is contained in:
parent
c5c2816c3d
commit
eee23c1bb5
52 changed files with 268 additions and 262 deletions
|
@ -99,7 +99,7 @@ const Tooltip: React.VoidFunctionComponent<TooltipProps> = ({
|
|||
{...attributes.popper}
|
||||
>
|
||||
<Transition
|
||||
className="px-3 py-2 rounded-md pointer-events-none bg-slate-700 text-slate-200 shadow-md"
|
||||
className="pointer-events-none rounded-md bg-slate-700 px-3 py-2 text-slate-200 shadow-md"
|
||||
as={"div"}
|
||||
show={debouncedValue}
|
||||
enter="transition transform duration-100"
|
||||
|
@ -108,7 +108,7 @@ const Tooltip: React.VoidFunctionComponent<TooltipProps> = ({
|
|||
>
|
||||
<div
|
||||
ref={setArrowElement}
|
||||
className="tooltip-arrow w-3 h-3 border-transparent border-[6px]"
|
||||
className="tooltip-arrow h-3 w-3 border-[6px] border-transparent"
|
||||
style={styles.arrow}
|
||||
data-popper-arrow
|
||||
></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue