Skip to content

Commit

Permalink
💄 [#1924] Dark select rjsf fields
Browse files Browse the repository at this point in the history
  • Loading branch information
SilviaAmAm committed Oct 19, 2022
1 parent dbfe1ce commit d3801e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/openforms/scss/vendor/_rjsf-field.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
input[type='email'] {
width: $input-field-size; // override from admin/rjsf default
}

select {
background-color: var(--form-input-bg) !important;
border-color: var(--border-color) !important;
}
}

&__errors {
Expand Down

0 comments on commit d3801e4

Please sign in to comment.