From 63f0ef23b08a4c2dd51dac063fad2b2126a20456 Mon Sep 17 00:00:00 2001 From: Ivica Cardic Date: Sun, 17 Nov 2024 20:13:36 +0100 Subject: [PATCH] 1380 - client - Update borders by replacing border-muted with border-*-border --- client/src/App.tsx | 2 +- client/src/components/TagList.tsx | 4 ++-- .../api-clients/components/ApiClientTable.tsx | 6 +++--- .../api-platform/api-collections/ApiCollections.tsx | 1 - .../components/ApiCollectionEndpointList.tsx | 2 +- .../api-collections/components/ApiCollectionList.tsx | 2 +- .../components/ApiCollectionListItem.tsx | 6 ++++-- .../components/ApiCollectionsFilterTitle.tsx | 2 +- .../components/ApiConnectorEndpointList.tsx | 2 +- client/src/pages/account/settings/Appearance.tsx | 6 +++--- client/src/pages/account/settings/Sessions.tsx | 4 ++-- .../components/connection-list/ConnectionList.tsx | 2 +- .../components/connection-list/ConnectionListItem.tsx | 2 +- .../automation/project-instances/ProjectInstances.tsx | 2 +- .../project-instance-list/ProjectInstanceList.tsx | 4 ++-- .../project-instance-list/ProjectInstanceListItem.tsx | 6 ++++-- client/src/pages/automation/project/Project.tsx | 2 +- .../components/project-header/ProjectHeader.tsx | 2 +- .../projects/components/project-list/ProjectList.tsx | 2 +- .../components/project-list/ProjectListItem.tsx | 4 ++-- .../components/WorkflowExecutionsTable.tsx | 8 ++++++-- .../WorkflowExecutionSheet.tsx | 2 +- .../WorkflowExecutionSheetAccordion.tsx | 8 ++++---- .../embedded/app-events/components/AppEventList.tsx | 2 +- .../connected-users/components/ConnectedUserTable.tsx | 6 +++--- .../components/connection-list/ConnectionList.tsx | 2 +- .../components/connection-list/ConnectionListItem.tsx | 2 +- .../IntegrationInstanceConfigurations.tsx | 2 +- .../IntegrationInstanceConfigurationList.tsx | 4 ++-- .../IntegrationInstanceConfigurationListItem.tsx | 6 ++++-- client/src/pages/embedded/integration/Integration.tsx | 2 +- .../integration-header/IntegrationHeader.tsx | 2 +- .../components/integration-list/IntegrationList.tsx | 2 +- .../integration-list/IntegrationListItem.tsx | 2 +- .../components/WorkflowExecutionsTable.tsx | 10 +++++++--- .../WorkflowExecutionSheet.tsx | 2 +- .../WorkflowExecutionSheetAccordion.tsx | 8 ++++---- .../settings/api-keys/components/ApiKeyTable.tsx | 6 +++--- .../components/CurrentOperationSelect.tsx | 2 +- .../platform/workflow-editor/components/DataPill.tsx | 2 +- .../workflow-editor/components/DataPillPanel.tsx | 4 ++-- .../components/DataPillPanelBodyInputsItem.tsx | 6 +++--- .../components/DataPillPanelBodyPropertiesItem.tsx | 6 +++--- .../components/Properties/ArrayProperty.tsx | 2 +- .../components/Properties/ObjectProperty.tsx | 2 +- .../PropertyCodeEditor/PropertyCodeEditorSheet.tsx | 4 ++-- .../workflow-editor/components/SchemaProperties.tsx | 4 ++-- .../components/WorkflowInputsSheetTable.tsx | 4 ++-- .../components/WorkflowNodeDetailsPanel.tsx | 2 +- .../WorkflowNodesPopoverMenuOperationList.tsx | 2 +- .../components/WorkflowNodesSidebar.tsx | 2 +- .../components/WorkflowOutputsSheetTable.tsx | 4 ++-- .../components/node-details-tabs/OutputTab.tsx | 2 +- .../signing-keys/components/SigningKeyTable.tsx | 6 +++--- client/src/shared/layout/LayoutContainer.tsx | 2 +- .../shared/layout/desktop-sidebar/DesktopSidebar.tsx | 2 +- 56 files changed, 105 insertions(+), 92 deletions(-) diff --git a/client/src/App.tsx b/client/src/App.tsx index 5d0cd7987e..ab91d903b9 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -230,7 +230,7 @@ function App() { {ai.enabled && showCopilot && ( -