Update Red50 'destructive' color

'Destructive' color was updated in WikimediaUI color palette to
ensure WCAG 2.0 level AA conformance with both, white and black.
Due to WikimediaUI Base not in central place we still have to care about
this manually.

Change-Id: I7402ef64b1aa28c2cffeb9bca2804b1dfbecec42
This commit is contained in:
Volker E 2017-08-16 11:27:30 -07:00
parent 9095d5bcb5
commit 537708ce76

View file

@ -10,7 +10,7 @@
@background-color-primary: #eaf3ff;
@color-primary: #36c;
// 'Destructive' Color
@color-destructive: #c33;
@color-destructive: #d33;
// Border Colors
@border-color-heading: #c8ccd1;