Skip to content

Commit 38625cc

Browse files
waleedlatif1claude
andcommitted
fix(ui): use inverted popover scheme for usage-control popovers
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 36fbd0f commit 38625cc

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

  • apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/components

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/components/messages-input/messages-input.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,7 @@ export function MessagesInput({
573573
<Popover
574574
open={openPopoverIndex === index}
575575
onOpenChange={(open) => setOpenPopoverIndex(open ? index : null)}
576+
colorScheme='inverted'
576577
>
577578
<PopoverTrigger asChild>
578579
<button

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/components/tool-input/tool-input.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1792,6 +1792,7 @@ export const ToolInput = memo(function ToolInput({
17921792
<Popover
17931793
open={usageControlPopoverIndex === toolIndex}
17941794
onOpenChange={(open) => setUsageControlPopoverIndex(open ? toolIndex : null)}
1795+
colorScheme='inverted'
17951796
>
17961797
<PopoverTrigger asChild>
17971798
<button

0 commit comments

Comments
 (0)