From ee4ce62ce1b5f63b7ccb1a5d51e88184a6f245a0 Mon Sep 17 00:00:00 2001 From: Jodie Muramoto Date: Thu, 9 Aug 2018 11:06:28 -0700 Subject: [PATCH] SHIBUI-712: Changed text format for better color contrast (accessibility); --- ui/src/app/schema-form/widget/string/string.component.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/src/app/schema-form/widget/string/string.component.html b/ui/src/app/schema-form/widget/string/string.component.html index d2704acbd..d5703b37a 100644 --- a/ui/src/app/schema-form/widget/string/string.component.html +++ b/ui/src/app/schema-form/widget/string/string.component.html @@ -15,7 +15,7 @@ [attr.readonly]="schema.readOnly?true:null" class="text-widget.id textline-widget form-control" [attr.type]="this.getInputType()" - [attr.id]="id" + [attr.id]="id" [formControl]="control" [attr.placeholder]="schema.placeholder" [attr.maxLength]="schema.maxLength || null" @@ -25,7 +25,7 @@ {{ errorMessages }} - + {{ schema.widget.help }} - \ No newline at end of file +