Skip to content

Commit 3e7e5e7

Browse files
committed
Make focus rings green
1 parent 75f098d commit 3e7e5e7

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

src/components/support-us/SupportForm.svelte

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
<div class="mt-2">
126126
<input
127127
autocomplete="given-name"
128-
class="block w-full rounded-md bg-white px-3 py-1.5 text-base text-gray-900 outline-1 -outline-offset-1 outline-gray-300 placeholder:text-gray-400 focus:outline-2 focus:-outline-offset-2 focus:outline-indigo-600 sm:text-sm/6"
128+
class="focus:outline-dark-green block w-full rounded-md bg-white px-3 py-1.5 text-base text-gray-900 outline-1 -outline-offset-1 outline-gray-300 placeholder:text-gray-400 focus:outline-2 focus:-outline-offset-2 sm:text-sm/6"
129129
id="first-name"
130130
name="firstName"
131131
type="text"
@@ -142,7 +142,7 @@
142142
<div class="mt-2">
143143
<input
144144
autocomplete="family-name"
145-
class="block w-full rounded-md bg-white px-3 py-1.5 text-base text-gray-900 outline-1 -outline-offset-1 outline-gray-300 placeholder:text-gray-400 focus:outline-2 focus:-outline-offset-2 focus:outline-indigo-600 sm:text-sm/6"
145+
class="focus:outline-dark-green block w-full rounded-md bg-white px-3 py-1.5 text-base text-gray-900 outline-1 -outline-offset-1 outline-gray-300 placeholder:text-gray-400 focus:outline-2 focus:-outline-offset-2 sm:text-sm/6"
146146
id="last-name"
147147
name="lastName"
148148
type="text"
@@ -159,7 +159,7 @@
159159
<div class="mt-2">
160160
<input
161161
autocomplete="email"
162-
class="block w-full rounded-md bg-white px-3 py-1.5 text-base text-gray-900 outline-1 -outline-offset-1 outline-gray-300 placeholder:text-gray-400 focus:outline-2 focus:-outline-offset-2 focus:outline-indigo-600 sm:text-sm/6"
162+
class="focus:outline-dark-green block w-full rounded-md bg-white px-3 py-1.5 text-base text-gray-900 outline-1 -outline-offset-1 outline-gray-300 placeholder:text-gray-400 focus:outline-2 focus:-outline-offset-2 sm:text-sm/6"
163163
id="email"
164164
name="email"
165165
type="email"
@@ -180,7 +180,7 @@
180180
<div class="mt-1">
181181
<input
182182
autocomplete="street-address"
183-
class="block w-full rounded-md bg-white px-3 py-1.5 text-base text-gray-900 outline-1 -outline-offset-1 outline-gray-300 placeholder:text-gray-400 focus:outline-2 focus:-outline-offset-2 focus:outline-indigo-600 sm:text-sm/6"
183+
class="focus:outline-dark-green block w-full rounded-md bg-white px-3 py-1.5 text-base text-gray-900 outline-1 -outline-offset-1 outline-gray-300 placeholder:text-gray-400 focus:outline-2 focus:-outline-offset-2 sm:text-sm/6"
184184
id="street-address"
185185
name="streetAddress"
186186
type="text"
@@ -196,7 +196,7 @@
196196
<div class="mt-1">
197197
<input
198198
autocomplete="postal-code"
199-
class="block w-full rounded-md bg-white px-3 py-1.5 text-base text-gray-900 outline-1 -outline-offset-1 outline-gray-300 placeholder:text-gray-400 focus:outline-2 focus:-outline-offset-2 focus:outline-indigo-600 sm:text-sm/6"
199+
class="focus:outline-dark-green block w-full rounded-md bg-white px-3 py-1.5 text-base text-gray-900 outline-1 -outline-offset-1 outline-gray-300 placeholder:text-gray-400 focus:outline-2 focus:-outline-offset-2 sm:text-sm/6"
200200
id="postal-code"
201201
name="postalCode"
202202
type="text"
@@ -211,7 +211,7 @@
211211
<div class="mt-1">
212212
<input
213213
autocomplete="address-level2"
214-
class="block w-full rounded-md bg-white px-3 py-1.5 text-base text-gray-900 outline-1 -outline-offset-1 outline-gray-300 placeholder:text-gray-400 focus:outline-2 focus:-outline-offset-2 focus:outline-indigo-600 sm:text-sm/6"
214+
class="focus:outline-dark-green block w-full rounded-md bg-white px-3 py-1.5 text-base text-gray-900 outline-1 -outline-offset-1 outline-gray-300 placeholder:text-gray-400 focus:outline-2 focus:-outline-offset-2 sm:text-sm/6"
215215
id="city"
216216
name="city"
217217
type="text"
@@ -227,7 +227,7 @@
227227
<div class="mt-1">
228228
<input
229229
autocomplete="country-name"
230-
class="block w-full rounded-md bg-white px-3 py-1.5 text-base text-gray-900 outline-1 -outline-offset-1 outline-gray-300 placeholder:text-gray-400 focus:outline-2 focus:-outline-offset-2 focus:outline-indigo-600 sm:text-sm/6"
230+
class="focus:outline-dark-green block w-full rounded-md bg-white px-3 py-1.5 text-base text-gray-900 outline-1 -outline-offset-1 outline-gray-300 placeholder:text-gray-400 focus:outline-2 focus:-outline-offset-2 sm:text-sm/6"
231231
id="country"
232232
name="country"
233233
type="text"
@@ -327,7 +327,7 @@
327327
<label class="block text-sm/6 font-medium text-gray-900" for="iban"> IBAN </label>
328328
<div class="mt-2">
329329
<input
330-
class="block w-full rounded-md bg-white px-3 py-1.5 text-base text-gray-900 outline-1 -outline-offset-1 outline-gray-300 placeholder:text-gray-400 focus:outline-2 focus:-outline-offset-2 focus:outline-indigo-600 sm:text-sm/6"
330+
class="focus:outline-dark-green block w-full rounded-md bg-white px-3 py-1.5 text-base text-gray-900 outline-1 -outline-offset-1 outline-gray-300 placeholder:text-gray-400 focus:outline-2 focus:-outline-offset-2 sm:text-sm/6"
331331
id="iban"
332332
name="iban"
333333
placeholder="DE00 0000 0000 0000 0000 00"
@@ -342,7 +342,7 @@
342342
<label class="block text-sm/6 font-medium text-gray-900" for="bic"> BIC </label>
343343
<div class="mt-2">
344344
<input
345-
class="block w-full rounded-md bg-white px-3 py-1.5 text-base text-gray-900 outline-1 -outline-offset-1 outline-gray-300 placeholder:text-gray-400 focus:outline-2 focus:-outline-offset-2 focus:outline-indigo-600 sm:text-sm/6"
345+
class="focus:outline-dark-green block w-full rounded-md bg-white px-3 py-1.5 text-base text-gray-900 outline-1 -outline-offset-1 outline-gray-300 placeholder:text-gray-400 focus:outline-2 focus:-outline-offset-2 sm:text-sm/6"
346346
id="bic"
347347
name="bic"
348348
placeholder="MARKDEF1100"
@@ -377,7 +377,7 @@
377377
type="checkbox"
378378
id="name-mention"
379379
name="nameMention"
380-
class="h-4 w-4 rounded border-gray-300 text-indigo-600 focus:ring-indigo-600"
380+
class="text-dark-green focus:ring-dark-green h-4 w-4 rounded border-gray-300"
381381
bind:checked={formData.nameMention}
382382
/>
383383
<div class="text-sm/6">
@@ -403,7 +403,7 @@
403403
id="agreement"
404404
name="agreement"
405405
required
406-
class="h-4 w-4 rounded border-gray-300 text-indigo-600 focus:ring-indigo-600"
406+
class="text-dark-green focus:ring-dark-green h-4 w-4 rounded border-gray-300"
407407
bind:checked={formData.agreement}
408408
/>
409409
<div class="text-sm/6">

0 commit comments

Comments
 (0)