Skip to content

Commit 84cc6f3

Browse files
committed
Fix email input styling for light mode visibility
1 parent 52c568a commit 84cc6f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/oss/quickstart/stay-updated.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ export const NewsletterSignup = () => {
7272
flex: '1 1 260px',
7373
padding: '10px 14px',
7474
borderRadius: '8px',
75-
border: '1px solid var(--border-color, #e5e7eb)',
76-
backgroundColor: 'var(--tw-prose-pre-bg, #ffffff)',
77-
color: 'inherit',
75+
border: '1px solid #e5e7eb',
76+
backgroundColor: '#ffffff',
77+
color: '#111827',
7878
fontSize: '14px',
7979
lineHeight: '1.5',
8080
outline: 'none',

0 commit comments

Comments
 (0)