diff --git a/packages/twenty-front/src/modules/activities/files/components/DocumentViewer.tsx b/packages/twenty-front/src/modules/activities/files/components/DocumentViewer.tsx index e55a358a7..1e6b3a006 100644 --- a/packages/twenty-front/src/modules/activities/files/components/DocumentViewer.tsx +++ b/packages/twenty-front/src/modules/activities/files/components/DocumentViewer.tsx @@ -105,7 +105,11 @@ export const DocumentViewer = ({ }, ]} pluginRenderers={DocViewerRenderers} - style={{ height: '100%' }} + style={{ + height: '100%', + color: theme.font.color.primary, + backgroundColor: theme.background.primary, + }} config={{ header: { disableHeader: true,