mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-23 05:53:31 +03:00
refactor: use color from theme
This commit is contained in:
parent
a855c474a0
commit
8701d752d8
@ -8,7 +8,7 @@ type OwnProps = {
|
|||||||
|
|
||||||
const StyledContainer = styled.span`
|
const StyledContainer = styled.span`
|
||||||
input[type='checkbox'] {
|
input[type='checkbox'] {
|
||||||
accent-color: #1111b7;
|
accent-color: ${(props) => props.theme.purple};
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user