Skip to content
This repository has been archived by the owner on Dec 23, 2022. It is now read-only.

Commit

Permalink
move to style
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh de la Peña committed May 25, 2020
1 parent 75647ed commit 4c223e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ChipInput.js
Expand Up @@ -597,6 +597,7 @@ class ChipInput extends React.Component {
</InputLabel>
)}
<div
style={chipContainerStyle}
className={cx(
classes[variant],
classes.chipContainer,
Expand All @@ -606,8 +607,7 @@ class ChipInput extends React.Component {
[classes.disabled]: disabled,
[classes.labeled]: label != null,
[classes.error]: error
},
chipContainerStyle)}
})}
>
{variant === 'standard' && chipComponents}
<InputComponent
Expand Down

0 comments on commit 4c223e1

Please sign in to comment.