Skip to content

Commit

Permalink
Merge pull request #1608 from Yashasewi/fix_passenger_showcase_form
Browse files Browse the repository at this point in the history
Fix: Dark Mode - Passenger Showcase Form broken (Windows)
  • Loading branch information
shiffman committed May 23, 2024
2 parents 3d107b7 + f07a4df commit f4919d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/PassengerShowcaseForm.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
border: 1px solid var(--text-color);
padding: var(--spacing-small);
color: var(--text-color);
background-color: var(--background-color);
}

.form input[type="radio"] {
Expand Down

0 comments on commit f4919d8

Please sign in to comment.