@mw-kit/mw-ui 1.6.13 → 1.6.14
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12647,7 +12647,7 @@ var Input = styled__default.input(_templateObject3$a || (_templateObject3$a = _t
|
|
|
12647
12647
|
var theme = _ref10.theme,
|
|
12648
12648
|
invalid = _ref10.invalid;
|
|
12649
12649
|
var color = invalid ? theme.getColor('warningRed', 5) : theme.colors.white;
|
|
12650
|
-
return styled.css(_templateObject7$4 || (_templateObject7$4 = _taggedTemplateLiteralLoose(["\n background-color: ", ";\n /** google chrome blue background */\n -webkit-box-shadow: 0 0 0px 1000px ", "
|
|
12650
|
+
return styled.css(_templateObject7$4 || (_templateObject7$4 = _taggedTemplateLiteralLoose(["\n background-color: ", ";\n /** google chrome blue background */\n -webkit-box-shadow: 0 0 0px 1000px ", " inset !important;\n "])), color, color);
|
|
12651
12651
|
}, function (_ref11) {
|
|
12652
12652
|
var arrows = _ref11.arrows;
|
|
12653
12653
|
if (arrows) return;
|