minor changes - fixed text color (#13970)

closes #13902
This commit is contained in:
Abhinav Talmale
2025-08-19 13:45:39 +05:30
committed by GitHub
parent aa51ecb9d2
commit b5394f6ba6
2 changed files with 6 additions and 4 deletions
@@ -10,9 +10,10 @@ import { StepLogicalOperator, type StepFilterGroup } from 'twenty-shared/types';
import { capitalize } from 'twenty-shared/utils';
const StyledText = styled.div`
height: ${({ theme }) => theme.spacing(8)};
display: flex;
align-items: center;
color: ${({ theme }) => theme.font.color.primary};
display: flex;
height: ${({ theme }) => theme.spacing(8)};
`;
const StyledContainer = styled.div`
@@ -11,9 +11,10 @@ import { useContext } from 'react';
import { capitalize } from 'twenty-shared/utils';
const StyledText = styled.div`
height: ${({ theme }) => theme.spacing(8)};
display: flex;
align-items: center;
color: ${({ theme }) => theme.font.color.primary};
display: flex;
height: ${({ theme }) => theme.spacing(8)};
`;
const StyledContainer = styled.div`