Skip to content

Commit 338f884

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/components/emcn/components/popover/popover.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ const PopoverContent = React.forwardRef<
627627
arrowClassName ??
628628
cn(
629629
colorScheme === 'inverted'
630-
? 'fill-[##242424] stroke-[#363636] dark:fill-[var(--surface-3)] dark:stroke-[var(--border-1)]'
630+
? 'fill-[#242424] stroke-[#363636] dark:fill-[var(--surface-3)] dark:stroke-[var(--border-1)]'
631631
: 'fill-[var(--surface-3)] stroke-[var(--border-1)] dark:fill-[var(--surface-3)]'
632632
)
633633
}

0 commit comments

Comments
 (0)