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('changeLog', annotationWrapper.isChangeLogEntry);
|
||||
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));
|
||||
|
||||
return highlight;
|
||||
|
||||
@ -554,7 +554,7 @@ export class AppStateService {
|
||||
hint: true
|
||||
};
|
||||
dictionaryData['redaction'] = {
|
||||
hexColor: '#283241',
|
||||
hexColor: '#cccccc',
|
||||
type: 'redaction',
|
||||
virtual: true
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user