| Index: chrome/browser/resources/settings/people_page/setup_pin_dialog.html
|
| diff --git a/chrome/browser/resources/settings/people_page/setup_pin_dialog.html b/chrome/browser/resources/settings/people_page/setup_pin_dialog.html
|
| index c1c97ef12c46b96ca296f175d3ccbf2da8747167..28ea401009313022f43e55b555e59d1c2af7f3f3 100644
|
| --- a/chrome/browser/resources/settings/people_page/setup_pin_dialog.html
|
| +++ b/chrome/browser/resources/settings/people_page/setup_pin_dialog.html
|
| @@ -14,6 +14,7 @@
|
| <style include="settings-shared">
|
| .error {
|
| color: var(--paper-red-500);
|
| + color: blue;
|
| }
|
|
|
| .error > iron-icon {
|
| @@ -45,7 +46,8 @@
|
| <div id="pinKeyboardDiv" class="settings-box continuation">
|
| <pin-keyboard id="pinKeyboard" on-pin-change="onPinChange_"
|
| on-submit="onPinSubmit_" value="{{pinKeyboardValue_}}"
|
| - has-error$="[[hasError_(problemMessage_, problemClass_)]]">
|
| + has-error$="[[hasError_(problemMessage_, problemClass_)]]"
|
| + autofocus>
|
| <!-- Warning/error; only shown if title is hidden. -->
|
| <div id="problemDiv" class$="[[problemClass_]]"
|
| hidden$="[[!problemMessage_]]" problem>
|
|
|