@etsoo/materialui 1.1.18 → 1.1.19

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.
@@ -97,7 +97,6 @@ export function OptionGroup(props) {
97
97
  variant === "outlined" && (React.createElement(NotchedOutline, { label: label && required ? label + " *" : label, notched: true, sx: {
98
98
  cursor: "default",
99
99
  position: "absolute",
100
- borderRadius: theme.shape.borderRadius,
101
100
  width: fullWidth ? "100%" : "auto",
102
101
  "& input": {
103
102
  visibility: "hidden"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/materialui",
3
- "version": "1.1.18",
3
+ "version": "1.1.19",
4
4
  "description": "TypeScript Material-UI Implementation",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -289,7 +289,6 @@ export function OptionGroup<
289
289
  sx={{
290
290
  cursor: "default",
291
291
  position: "absolute",
292
- borderRadius: theme.shape.borderRadius,
293
292
  width: fullWidth ? "100%" : "auto",
294
293
  "& input": {
295
294
  visibility: "hidden"