mirror of
https://github.com/strapi/strapi.git
synced 2025-11-03 03:17:11 +00:00
chore(upload): CTV icon color
This commit is contained in:
parent
892f9963e8
commit
f9adde4ef3
@ -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};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user