@mond-design-system/react 4.6.0 → 4.6.1
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.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +10 -0
- package/dist/index.css.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -791,6 +791,9 @@ button.mds-Link__link {
|
|
|
791
791
|
.mds-Sheet__headerTitle {
|
|
792
792
|
flex: 1;
|
|
793
793
|
min-width: 0;
|
|
794
|
+
margin: 0;
|
|
795
|
+
font: inherit;
|
|
796
|
+
color: inherit;
|
|
794
797
|
}
|
|
795
798
|
.mds-Sheet__close {
|
|
796
799
|
display: inline-flex;
|
|
@@ -1977,6 +1980,13 @@ button.mds-Link__link {
|
|
|
1977
1980
|
font: var(--mds-type-panel-title);
|
|
1978
1981
|
color: var(--mds-text-primary);
|
|
1979
1982
|
}
|
|
1983
|
+
.mds-Modal__headerTitle {
|
|
1984
|
+
flex: 1;
|
|
1985
|
+
min-width: 0;
|
|
1986
|
+
margin: 0;
|
|
1987
|
+
font: inherit;
|
|
1988
|
+
color: inherit;
|
|
1989
|
+
}
|
|
1980
1990
|
.mds-Modal__body {
|
|
1981
1991
|
flex: 1;
|
|
1982
1992
|
overflow-y: auto;
|