[design] improve custom greeting input

This commit is contained in:
zombieFox 2021-02-09 15:52:24 +00:00
parent 984ea3ac36
commit 4b6e1210da
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
<div class="form-wrap">
<div class="form-indent">
<div class="form-wrap">
<input id="control-header-greeting-custom" class="control-header-greeting-custom" type="text" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" tabindex="1">
<input id="control-header-greeting-custom" class="control-header-greeting-custom" type="text" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" placeholder="Howdy" tabindex="1">
</div>
</div>
</div>