@m4l/styles 7.1.46 → 7.1.47
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/index.js +4 -4
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -1438,7 +1438,7 @@ const e = {
|
|
|
1438
1438
|
// Comprobado
|
|
1439
1439
|
},
|
|
1440
1440
|
contained: {
|
|
1441
|
-
color: e.oxford[
|
|
1441
|
+
color: e.oxford[50],
|
|
1442
1442
|
// Comprobado
|
|
1443
1443
|
backgroundColor: a.oxford[10],
|
|
1444
1444
|
// Comprobado
|
|
@@ -1985,7 +1985,7 @@ const e = {
|
|
|
1985
1985
|
},
|
|
1986
1986
|
contained: {
|
|
1987
1987
|
/* opacidad */
|
|
1988
|
-
color: e.coolGrey[
|
|
1988
|
+
color: e.coolGrey[30],
|
|
1989
1989
|
// Comprobado
|
|
1990
1990
|
backgroundColor: a.mint[10],
|
|
1991
1991
|
// Comprobado
|
|
@@ -3653,8 +3653,8 @@ const ue = (u, s) => s?.[u]?.main || u, G = {
|
|
|
3653
3653
|
main: t[s]?.borderMainLight,
|
|
3654
3654
|
dens: a.oxford[40],
|
|
3655
3655
|
default: e.oxford[30],
|
|
3656
|
-
secondary:
|
|
3657
|
-
disabled:
|
|
3656
|
+
secondary: e.oxford[20],
|
|
3657
|
+
disabled: e.oxford[10],
|
|
3658
3658
|
error: O.error.main
|
|
3659
3659
|
},
|
|
3660
3660
|
general: {
|