From fb0b3423749f3fc1e21f811ba1ff2bea7ae6af1a Mon Sep 17 00:00:00 2001 From: martmull Date: Mon, 27 Jan 2025 12:16:21 +0100 Subject: [PATCH] Fix background color in code step right drawer (#9856) Fixes https://discord.com/channels/1130383047699738754/1331211019430924380 as title --- .../components/WorkflowEditActionFormServerlessFunction.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/twenty-front/src/modules/workflow/workflow-steps/workflow-actions/components/WorkflowEditActionFormServerlessFunction.tsx b/packages/twenty-front/src/modules/workflow/workflow-steps/workflow-actions/components/WorkflowEditActionFormServerlessFunction.tsx index fdace1303..6ad61b5c5 100644 --- a/packages/twenty-front/src/modules/workflow/workflow-steps/workflow-actions/components/WorkflowEditActionFormServerlessFunction.tsx +++ b/packages/twenty-front/src/modules/workflow/workflow-steps/workflow-actions/components/WorkflowEditActionFormServerlessFunction.tsx @@ -61,6 +61,7 @@ const StyledTabListContainer = styled.div` display: flex; gap: ${({ theme }) => theme.spacing(2)}; height: ${({ theme }) => theme.spacing(10)}; + background-color: ${({ theme }) => theme.background.secondary}; `; type WorkflowEditActionFormServerlessFunctionProps = {