Fix background color in code step right drawer (#9856)
Fixes https://discord.com/channels/1130383047699738754/1331211019430924380 as title
This commit is contained in:
@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user