Skip to content

Commit 20ee602

Browse files
committed
fix: bug in color loading text in file viewer
1 parent 3f532d2 commit 20ee602

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web/src/components/FileViewer/index.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ const StyledDocViewer = styled(DocViewer)`
2424
#pdf-controls {
2525
z-index: 3;
2626
}
27+
28+
[class*="--loading"] {
29+
color: ${({ theme }) => theme.secondaryText};
30+
}
2731
`;
2832

2933
/**

0 commit comments

Comments
 (0)