Fix background color in code step right drawer (#9856)

Fixes
https://discord.com/channels/1130383047699738754/1331211019430924380
as title
This commit is contained in:
martmull
2025-01-27 12:16:21 +01:00
committed by GitHub
parent 8df3214e84
commit fb0b342374

View File

@ -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 = {