@tracktor/design-system 4.19.3 → 4.19.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/main.cjs +1 -1
- package/dist/main.js +3 -0
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -4645,6 +4645,9 @@ const Y1 = (A, e) => {
|
|
|
4645
4645
|
{
|
|
4646
4646
|
props: { variant: "standard" },
|
|
4647
4647
|
style: {
|
|
4648
|
+
".MuiInputBase-root": {
|
|
4649
|
+
backgroundColor: "transparent"
|
|
4650
|
+
},
|
|
4648
4651
|
".MuiInputBase-root:before, .MuiInputBase-root:after, .MuiInputBase-root.MuiInput-underline:hover:before": {
|
|
4649
4652
|
borderBottom: "none"
|
|
4650
4653
|
}
|