rez-table-listing-mui 1.3.1 → 1.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rez-table-listing-mui",
3
- "version": "1.3.1",
3
+ "version": "1.3.3",
4
4
  "type": "module",
5
5
  "description": "A rez table listing component built on TanStack Table",
6
6
  "main": "dist/index.js",
@@ -40,7 +40,7 @@ const CustomSearch = ({
40
40
  startAdornment: (
41
41
  <InputAdornment position="start">
42
42
  <SearchIcon
43
- sx={{ color: "#888888", fontSize: "20px", paddingLeft: 1.5 }}
43
+ sx={{ color: "#888888", fontSize: "20px" }}
44
44
  className="search-icon-svg"
45
45
  />
46
46
  </InputAdornment>
@@ -50,7 +50,7 @@ const CustomSearch = ({
50
50
  <IconButton
51
51
  edge="end"
52
52
  onClick={handleClear}
53
- sx={{ color: "#888888", fontSize: "20px", paddingRight: 1.5 }}
53
+ sx={{ color: "#888888", fontSize: "20px" }}
54
54
  >
55
55
  <CloseIcon />
56
56
  </IconButton>