Skip to content

Commit 0522b2c

Browse files
adithyaakrishnawaleedlatif1
authored andcommitted
chore: fix review changes
1 parent bdcfd97 commit 0522b2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ const PopoverContent = React.forwardRef<
640640
arrowClassName ??
641641
cn(
642642
colorScheme === 'inverted'
643-
? 'fill-[##242424] stroke-[#363636] dark:fill-[var(--surface-3)] dark:stroke-[var(--border-1)]'
643+
? 'fill-[#242424] stroke-[#363636] dark:fill-[var(--surface-3)] dark:stroke-[var(--border-1)]'
644644
: 'fill-[var(--surface-3)] stroke-[var(--border-1)] dark:fill-[var(--surface-3)]'
645645
)
646646
}

0 commit comments

Comments
 (0)