Skip to content

Commit 9f16bf5

Browse files
author
David Hemphill
committed
Tweak some form examples again
1 parent 4fd7ef1 commit 9f16bf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/docs/examples/forms.blade.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,10 @@ title: "Forms"
136136
State
137137
</label>
138138
<div class="relative">
139-
<select class="block appearance-none w-full bg-grey-lighter border border-grey-lighter hover:border-grey text-grey-darker py-3 px-4 pr-8 rounded">
139+
<select class="block appearance-none w-full bg-grey-lighter border border-grey-lighter text-grey-darker py-3 px-4 pr-8 rounded">
140140
<option>New Mexico</option>
141141
<option>Missouri</option>
142-
<option></option>
142+
<option>Texas</option>
143143
</select>
144144
<div class="pointer-events-none absolute pin-y pin-r flex items-center px-2 text-grey-darker">
145145
<svg class="h-4 w-4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M9.293 12.95l.707.707L15.657 8l-1.414-1.414L10 10.828 5.757 6.586 4.343 8z"/></svg>

0 commit comments

Comments
 (0)