Skip to content
This repository was archived by the owner on Oct 1, 2018. It is now read-only.

Commit 1d0006c

Browse files
committed
fix(accessibility): Changed copy color in operator header
Changed copy color to white in operater header to fix color contrast issues. no breaking changes
1 parent 264daf2 commit 1d0006c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/operators/components/operator-header/operator-header.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010

1111
mat-toolbar {
1212
background: $operator-active !important;
13-
color: rgba(255, 255, 255, 0.87);
13+
color: rgb(255, 255, 255);
1414
font-weight: normal;
1515
}

0 commit comments

Comments
 (0)