fix 10604 them color (#10749)

fixes https://github.com/twentyhq/twenty/issues/10604
This commit is contained in:
Guillim
2025-03-10 15:36:47 +01:00
committed by GitHub
parent 21ecfcaa72
commit 3b79018609

View File

@ -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};
}