@leapdevuk/component-toolbox 0.0.3 → 0.0.4

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/dist/index.es.js CHANGED
@@ -8226,7 +8226,7 @@ const Rf = ({
8226
8226
  },
8227
8227
  sx: {
8228
8228
  width: r ? "100%" : 129,
8229
- "& .MuiInputBase-input": { width: "75%" },
8229
+ "& .MuiInputBase-input": { width: "75%", paddingRight: 0 },
8230
8230
  "& .MuiInputBase-root": {
8231
8231
  paddingRight: "12px"
8232
8232
  }