Skip to content

Commit 3cae138

Browse files
committed
Fix color on newsletter input
1 parent e5ad4b1 commit 3cae138

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/jola_dev_web/controllers/page_html/newsletter.html.heex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
type="email"
2222
name="email"
2323
id="bd-email"
24-
class="h-10 rounded-md border border-border"
24+
class="h-10 rounded-md border border-border text-black px-2 selection:bg-accent"
2525
/>
2626
<input
2727
type="submit"

0 commit comments

Comments
 (0)