diff --git a/packages/twenty-front/src/modules/ui/input/editor/components/BlockEditor.tsx b/packages/twenty-front/src/modules/ui/input/editor/components/BlockEditor.tsx index b7f50d8ed..438e4657c 100644 --- a/packages/twenty-front/src/modules/ui/input/editor/components/BlockEditor.tsx +++ b/packages/twenty-front/src/modules/ui/input/editor/components/BlockEditor.tsx @@ -116,6 +116,10 @@ const StyledEditor = styled.div` margin-left: 8px; } + & .bn-inline-content a { + color: ${({ theme }) => theme.color.blue}; + } + & .bn-inline-content code { font-family: monospace; color: ${({ theme }) => theme.font.color.danger};