Skip to content

Commit 282b91d

Browse files
authored
Merge pull request #2011 from kleros/fix(web)/color-text-loading-bug-in-file-viewer
fix: bug in color loading text in file viewer
2 parents 3f532d2 + 20ee602 commit 282b91d

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)