Fix linter errors in previous commit.

This commit is contained in:
Aditya Toshniwal
2021-07-05 15:58:09 +05:30
committed by Akshay Joshi
parent 6b9e8c3039
commit bd5536dbf9
4 changed files with 14 additions and 8 deletions

View File

@@ -442,7 +442,7 @@ const customReactSelectStyles = (theme, readonly)=>({
...provided,
padding: '0rem 0.25rem',
}),
valueContainer: (provided, state)=>({
valueContainer: (provided)=>({
...provided,
padding: theme.otherVars.reactSelect.padding,
}),