Skip to content

Commit 9b0910d

Browse files
chore: fix review changes
1 parent cf8d9a8 commit 9b0910d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/sim/components/emcn/components/tour-tooltip/tour-tooltip.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function TourCard({
6262
<p className='text-[12px] text-[var(--text-secondary)] leading-[1.6]'>{description}</p>
6363
</div>
6464

65-
<div className='flex items-center justify-between border-t border-[var(--border)] px-4 py-3'>
65+
<div className='flex items-center justify-between border-[var(--border)] border-t px-4 py-3'>
6666
<span className='text-[11px] text-[var(--text-muted)] [font-variant-numeric:tabular-nums]'>
6767
{step} / {totalSteps}
6868
</span>
@@ -173,7 +173,7 @@ function TourTooltip({
173173
<div
174174
className={cn(
175175
cardClasses,
176-
'relative pointer-events-auto border border-[var(--border)] shadow-sm'
176+
'pointer-events-auto relative border border-[var(--border)] shadow-sm'
177177
)}
178178
>
179179
{cardContent}

0 commit comments

Comments
 (0)