@campxdev/react-blueprint 1.5.6 → 1.5.7
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
|
@@ -316,7 +316,7 @@ export const getCommonTheme = (mode: Theme) => {
|
|
|
316
316
|
},
|
|
317
317
|
},
|
|
318
318
|
'& input:-webkit-autofill': {
|
|
319
|
-
|
|
319
|
+
padding: '9px',
|
|
320
320
|
},
|
|
321
321
|
minWidth: '200px',
|
|
322
322
|
},
|
|
@@ -434,6 +434,9 @@ export const getCommonTheme = (mode: Theme) => {
|
|
|
434
434
|
fontWeight: 300,
|
|
435
435
|
color: ColorTokens.text.primary,
|
|
436
436
|
},
|
|
437
|
+
multiline: {
|
|
438
|
+
maxHeight: '200px',
|
|
439
|
+
},
|
|
437
440
|
},
|
|
438
441
|
},
|
|
439
442
|
MuiLink: {
|