fix 10604 them color (#10749)
fixes https://github.com/twentyhq/twenty/issues/10604
This commit is contained in:
@ -24,7 +24,7 @@ const StyledBooleanSelectContainer = styled.div<{ selected?: boolean }>`
|
||||
padding: ${({ theme }) =>
|
||||
`${theme.spacing(2)} ${theme.spacing(2)} ${theme.spacing(2)} ${theme.spacing(1)}`};
|
||||
border-radius: ${({ theme }) => theme.border.radius.sm};
|
||||
|
||||
color: ${({ theme }) => theme.font.color.primary};
|
||||
&:hover {
|
||||
background: ${({ theme }) => theme.background.transparent.light};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user