changed default redaction and preview color
This commit is contained in:
parent
a08c331f80
commit
77efc6ced7
@ -89,7 +89,7 @@ export class AnnotationDrawService {
|
|||||||
highlight.setCustomData('skipped', annotationWrapper.isSkipped);
|
highlight.setCustomData('skipped', annotationWrapper.isSkipped);
|
||||||
highlight.setCustomData('changeLog', annotationWrapper.isChangeLogEntry);
|
highlight.setCustomData('changeLog', annotationWrapper.isChangeLogEntry);
|
||||||
highlight.setCustomData('changeLogRemoved', annotationWrapper.isChangeLogRemoved);
|
highlight.setCustomData('changeLogRemoved', annotationWrapper.isChangeLogRemoved);
|
||||||
highlight.setCustomData('redactionColor', this.getColor(activeViewer, 'skipped', 'skipped'));
|
highlight.setCustomData('redactionColor', this.getColor(activeViewer, 'redaction', 'redaction'));
|
||||||
highlight.setCustomData('annotationColor', this.getColor(activeViewer, annotationWrapper.superType, annotationWrapper.dictionary));
|
highlight.setCustomData('annotationColor', this.getColor(activeViewer, annotationWrapper.superType, annotationWrapper.dictionary));
|
||||||
|
|
||||||
return highlight;
|
return highlight;
|
||||||
|
|||||||
@ -554,7 +554,7 @@ export class AppStateService {
|
|||||||
hint: true
|
hint: true
|
||||||
};
|
};
|
||||||
dictionaryData['redaction'] = {
|
dictionaryData['redaction'] = {
|
||||||
hexColor: '#283241',
|
hexColor: '#cccccc',
|
||||||
type: 'redaction',
|
type: 'redaction',
|
||||||
virtual: true
|
virtual: true
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user