Skip to content

Commit

Permalink
Fix #2258: Update error color for A11y Scanner Contrast Ratio (#2778)
Browse files Browse the repository at this point in the history
* Update error color

* Nit fix

* Nit fix

Co-authored-by: Rajat Talesra <[email protected]>
  • Loading branch information
rt4914 and Rajat Talesra authored Feb 25, 2021
1 parent 3bce35c commit aa4bb98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,9 @@
<item name="boxStrokeColor">@color/oppiaPrimaryText</item>
<item name="boxStrokeWidth">@dimen/text_input_layout_stroke_width</item>
<item name="errorEnabled">true</item>
<item name="errorIconTint">@color/oppiaRed</item>
<item name="errorTextColor">@color/oppiaRed</item>
<item name="boxStrokeErrorColor">@color/oppiaRed</item>
<item name="hintTextColor">@color/oppiaPrimaryText</item>
<item name="android:textAlignment">viewStart</item>
</style>
Expand Down

0 comments on commit aa4bb98

Please sign in to comment.