Skip to content

Commit 844b71f

Browse files
authored
A11y: Set survey email bg to transparent (#55844)
1 parent 5cf1d27 commit 844b71f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/events/components/Survey.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ export const Survey = () => {
201201
</label>
202202
<input
203203
type="email"
204-
className="form-control input-sm width-full"
204+
className="form-control input-sm width-full color-bg-transparent"
205205
name="survey-email"
206206
id="survey-email"
207207
value={email}

0 commit comments

Comments
 (0)