Skip to content

Commit 6b2ac0a

Browse files
committed
fix(changelog): colors and spacing on changelog contact form
1 parent 2ee8486 commit 6b2ac0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fern/changelog/overview.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ slug: changelog
2121
}
2222
}}
2323
>
24-
<div className="flex gap-2" style={{ paddingLeft: '0.5rem' }}>
24+
<div className="flex gap-2">
2525
<label htmlFor="email_input" style={{ display: 'none' }}>E-mail address</label>
2626
<input
2727
id="email_input"
@@ -37,7 +37,7 @@ slug: changelog
3737
fontSize: '0.875rem',
3838
outline: 'none',
3939
transition: 'border-color 0.2s ease-in-out',
40-
color: '#1f2937',
40+
color: '#fff',
4141
':focus': {
4242
borderColor: '#4f46e5',
4343
boxShadow: '0 0 0 1px #4f46e5'

0 commit comments

Comments
 (0)