diff options
author | yipstanley <stanley_yip@brown.edu> | 2019-07-01 10:30:50 -0400 |
---|---|---|
committer | yipstanley <stanley_yip@brown.edu> | 2019-07-01 10:30:50 -0400 |
commit | fc50df38df449f45d1a75ce3baee6b3755ea8d5a (patch) | |
tree | f307064249030744c9b79be107529254c0744e57 /src/client/views/pdf/Annotation.tsx | |
parent | cd78d5b3371d73cc51dcb6f3dbfdca1a3bbcf6e1 (diff) |
annotation border
Diffstat (limited to 'src/client/views/pdf/Annotation.tsx')
-rw-r--r-- | src/client/views/pdf/Annotation.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/pdf/Annotation.tsx b/src/client/views/pdf/Annotation.tsx index 73fca229b..ff77612d6 100644 --- a/src/client/views/pdf/Annotation.tsx +++ b/src/client/views/pdf/Annotation.tsx @@ -137,7 +137,7 @@ class RegionAnnotation extends React.Component<IRegionAnnotationProps> { width: this.props.width * scale, height: this.props.height * scale, pointerEvents: "all", - backgroundColor: this.props.parent.Index === this.props.index ? "goldenrod" : StrCast(this.props.document.color) + backgroundColor: this.props.parent.Index === this.props.index ? "green" : StrCast(this.props.document.color) }}></div> ); } |