Skip to content

Commit

Permalink
Merge pull request #3271 from bettyblocks/acceptance
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
ingmar-stipriaan authored Nov 1, 2023
2 parents 9bfdedb + 4f63949 commit b0a45ad
Show file tree
Hide file tree
Showing 13 changed files with 5,043 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [2.166.0](https://github.com/bettyblocks/material-ui-component-set/compare/v2.165.1...v2.166.0) (2023-11-01)


### Features

* add questionnaire page templates ([81925ad](https://github.com/bettyblocks/material-ui-component-set/commit/81925ad28c15c153aee7a2ba5f228fb263afff55))

## [2.165.1](https://github.com/bettyblocks/material-ui-component-set/compare/v2.165.0...v2.165.1) (2023-11-01)


### Bug Fixes

* improve visibility of delete icon in chip ([3ecdb67](https://github.com/bettyblocks/material-ui-component-set/commit/3ecdb67c506e36f2d4a10460d5647bc0fc9e0635))

# [2.165.0](https://github.com/bettyblocks/material-ui-component-set/compare/v2.164.0...v2.165.0) (2023-10-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "component-set",
"version": "2.165.0",
"version": "2.166.0",
"main": "dist/templates.json",
"license": "UNLICENSED",
"private": false,
Expand Down
7 changes: 7 additions & 0 deletions src/components/multiAutoCompleteInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -1055,6 +1055,13 @@
style.getColor(backgroundColorChip),
'!important',
],
'& .MuiSvgIcon-root': {
color: ({ options: { backgroundColorChip, textColorChip } }) =>
backgroundColorChip !== 'Light' && [
style.getColor(textColorChip),
'!important',
],
},
},
},
'& .MuiIconButton-root': {
Expand Down
Loading

0 comments on commit b0a45ad

Please sign in to comment.