Add missing color changes in workflow steps with no data (#14967)
Fixes #14888
This commit is contained in:
+1
@@ -34,6 +34,7 @@ const StyledSelectDropdown = styled(Select)`
|
||||
margin-bottom: ${({ theme }) => theme.spacing(2)};
|
||||
`;
|
||||
const StyledNoBodyMessage = styled.div`
|
||||
color: ${({ theme }) => theme.font.color.light};
|
||||
font-size: ${({ theme }) => theme.font.size.md};
|
||||
padding: ${({ theme }) => theme.spacing(2)};
|
||||
text-align: left;
|
||||
|
||||
Reference in New Issue
Block a user