Add missing color changes in workflow steps with no data (#14967)

Fixes #14888
This commit is contained in:
BOHEUS
2025-11-13 09:39:38 +00:00
committed by GitHub
parent 1b308a7b74
commit 3c58ed233b
@@ -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;