diff --git a/packages/twenty-front/src/modules/ui/layout/dropdown/components/DropdownMenuSectionLabel.tsx b/packages/twenty-front/src/modules/ui/layout/dropdown/components/DropdownMenuSectionLabel.tsx index ee1f195e8..0075a5403 100644 --- a/packages/twenty-front/src/modules/ui/layout/dropdown/components/DropdownMenuSectionLabel.tsx +++ b/packages/twenty-front/src/modules/ui/layout/dropdown/components/DropdownMenuSectionLabel.tsx @@ -2,7 +2,7 @@ import styled from '@emotion/styled'; const StyledDropdownMenuSectionLabel = styled.div` background-color: ${({ theme }) => theme.background.transparent.lighter}; - color: ${({ theme }) => theme.font.color.light}; + color: ${({ theme }) => theme.font.color.tertiary}; min-height: 20px; width: auto; font-size: ${({ theme }) => theme.font.size.xxs};