We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebcf99c commit 85612c1Copy full SHA for 85612c1
1 file changed
src/components/footer/Footer.svelte
@@ -36,7 +36,7 @@
36
name="email"
37
id="email"
38
autocomplete="email"
39
- class="block w-full rounded-md border-0 bg-white px-2 py-1.5 text-lg text-gray-900 ring-1 shadow-xs ring-gray-300 ring-inset placeholder:text-gray-400 focus:ring-2 focus:ring-indigo-600 focus:ring-inset sm:text-sm sm:leading-6"
+ class="block w-full rounded-md border-0 bg-white px-2 py-1.5 text-lg text-gray-900 shadow-xs ring-1 ring-gray-300 ring-inset placeholder:text-gray-400 focus:ring-2 focus:ring-indigo-600 focus:ring-inset sm:text-sm sm:leading-6"
40
placeholder="you@example.com"
41
/>
42
<div class="absolute inset-y-0 right-0 flex items-center pr-3">
0 commit comments