Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: fix review changes
  • Loading branch information
adithyaakrishna committed Mar 21, 2026
commit 338f8843d39cbed76ceba560a794f82ea4bde04c
2 changes: 1 addition & 1 deletion apps/sim/components/emcn/components/popover/popover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ const PopoverContent = React.forwardRef<
arrowClassName ??
cn(
colorScheme === 'inverted'
? 'fill-[##242424] stroke-[#363636] dark:fill-[var(--surface-3)] dark:stroke-[var(--border-1)]'
? 'fill-[#242424] stroke-[#363636] dark:fill-[var(--surface-3)] dark:stroke-[var(--border-1)]'
: 'fill-[var(--surface-3)] stroke-[var(--border-1)] dark:fill-[var(--surface-3)]'
)
}
Expand Down
Loading