Skip to content

Commit

Permalink
fix(ui): white background on input fields after tailwind upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenn92 committed May 5, 2022
1 parent c9965eb commit 3c27c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@
}

.form-input {
@apply text-sm text-white sm:col-span-2;
@apply text-sm text-white sm:col-span-2 border-0 bg-inherit ;
}

.form-input-field {
Expand Down

0 comments on commit 3c27c24

Please sign in to comment.