chore(upload): CTV icon color

This commit is contained in:
Jamie Howard 2022-12-14 11:20:21 +00:00
parent 892f9963e8
commit f9adde4ef3

View File

@ -62,7 +62,7 @@ const TypographyMaxWidth = styled(Typography)`
const ConfigureTheViewButton = styled(Box)` const ConfigureTheViewButton = styled(Box)`
svg { svg {
path { path {
fill: ${({ theme }) => theme.colors.neutral900}; fill: ${({ theme }) => theme.colors.neutral500};
} }
} }
`; `;