diff options
Diffstat (limited to 'src/client/views/pdf/PDFViewer.tsx')
| -rw-r--r-- | src/client/views/pdf/PDFViewer.tsx | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/pdf/PDFViewer.tsx b/src/client/views/pdf/PDFViewer.tsx index 8c7faf7ff..5ed1e6239 100644 --- a/src/client/views/pdf/PDFViewer.tsx +++ b/src/client/views/pdf/PDFViewer.tsx @@ -381,7 +381,7 @@ export class PDFViewer extends ViewBoxAnnotatableComponent<IViewerProps, PdfDocu                  div.style.top = (parseInt(div.style.top)/*+ this.getScrollFromPage(page)*/).toString();              }              this._annotationLayer.current.append(div); -            div.style.backgroundColor = "yellow"; +            div.style.backgroundColor = "#ACCEF7";              div.style.opacity = "0.5";              const savedPage = this._savedAnnotations.getValue(page);              if (savedPage) {  | 
