Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions fern/changelog/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ slug: changelog
}
}}
>
<div className="flex gap-2" style={{ paddingLeft: '0.5rem' }}>
<div className="flex gap-2">
<label htmlFor="email_input" style={{ display: 'none' }}>E-mail address</label>
<input
id="email_input"
Expand All @@ -37,7 +37,7 @@ slug: changelog
fontSize: '0.875rem',
outline: 'none',
transition: 'border-color 0.2s ease-in-out',
color: '#1f2937',
color: '#fff',
':focus': {
borderColor: '#4f46e5',
boxShadow: '0 0 0 1px #4f46e5'
Expand Down
Loading