Skip to content

Commit 6adafd9

Browse files
committed
remove unused components
1 parent 078bdc9 commit 6adafd9

File tree

16 files changed

+2
-1315
lines changed

16 files changed

+2
-1315
lines changed

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/hooks/use-subflow-editor.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,13 +156,13 @@ export function useSubflowEditor(currentBlock: BlockState | null, currentBlockId
156156
if (type === 'env') {
157157
highlightedCode = highlightedCode.replace(
158158
placeholder,
159-
`<span class="text-blue-500">${original}</span>`
159+
`<span style="color: var(--brand-secondary);">${original}</span>`
160160
)
161161
} else {
162162
const escaped = original.replace(/</g, '&lt;').replace(/>/g, '&gt;')
163163
highlightedCode = highlightedCode.replace(
164164
placeholder,
165-
`<span class="text-blue-500">${escaped}</span>`
165+
`<span style="color: var(--brand-secondary);">${escaped}</span>`
166166
)
167167
}
168168
})

apps/sim/components/ui/alert-dialog.tsx

Lines changed: 0 additions & 197 deletions
This file was deleted.

apps/sim/components/ui/breadcrumb.tsx

Lines changed: 0 additions & 100 deletions
This file was deleted.

apps/sim/components/ui/code-block.tsx

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)