Skip to content

Commit f07a4df

Browse files
committed
fix: added background color to input box
1 parent ed20101 commit f07a4df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/PassengerShowcaseForm.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
border: 1px solid var(--text-color);
3939
padding: var(--spacing-small);
4040
color: var(--text-color);
41+
background-color: var(--background-color);
4142
}
4243

4344
.form input[type="radio"] {

0 commit comments

Comments
 (0)