Skip to content

Commit

Permalink
Merge branch 'master' into 5117-default-dropdown-height
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan authored Jan 21, 2020
2 parents 57ecaf5 + 3b24b09 commit 48b18fb
Show file tree
Hide file tree
Showing 2 changed files with 3 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
1 change: 1 addition & 0 deletions packages/react/src/components/Tabs/Tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export default class Tabs extends React.Component {

/**
* Specify whether the Tab content is hidden
*/
hidden: PropTypes.bool,

/**
Expand Down

0 comments on commit 48b18fb

Please sign in to comment.