mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-22 21:50:43 +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`
|
||||
input[type='checkbox'] {
|
||||
accent-color: #1111b7;
|
||||
accent-color: ${(props) => props.theme.purple};
|
||||
}
|
||||
`;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user