Skip to content

Commit

Permalink
decorateConfig: don't discard already existent css. (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaanauati authored May 1, 2019
1 parent bcb9e55 commit 8ca0bb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/containerStyles.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ exports.decorateConfig = (config) => {

return Object.assign({}, config, {
css: `
${config.css ? config.css : ''}
.${STYLE_CLASSES.wrapper} {
background: ${config.backgroundColor};
border-radius: ${hyperSearchUI.inputBorderRadius}px;
Expand Down

0 comments on commit 8ca0bb8

Please sign in to comment.