diff --git a/web/src/components/FileViewer/index.tsx b/web/src/components/FileViewer/index.tsx index 39b025a53..e67c0787f 100644 --- a/web/src/components/FileViewer/index.tsx +++ b/web/src/components/FileViewer/index.tsx @@ -24,6 +24,10 @@ const StyledDocViewer = styled(DocViewer)` #pdf-controls { z-index: 3; } + + [class*="--loading"] { + color: ${({ theme }) => theme.secondaryText}; + } `; /**