Skip to content

Commit

Permalink
fix(date-picker): use correct background for date picker in modal
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan committed Jan 21, 2020
1 parent 8799d8e commit b33911d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/components/src/components/modal/_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
.#{$prefix}--select-input,
.#{$prefix}--dropdown,
.#{$prefix}--dropdown-list,
.#{$prefix}--number input[type='number'] {
.#{$prefix}--number input[type='number'],
.#{$prefix}--date-picker__input {
background-color: $field-02;
}
}
Expand Down

0 comments on commit b33911d

Please sign in to comment.