@galaxy-ds/core 2.0.11 → 2.0.12
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
CHANGED
|
@@ -1697,12 +1697,11 @@ var tooltipOverrides$1 = {
|
|
|
1697
1697
|
var theme = _a.theme;
|
|
1698
1698
|
return ({
|
|
1699
1699
|
fontSize: theme.typography.body2.fontSize,
|
|
1700
|
-
borderRadius:
|
|
1700
|
+
borderRadius: 2,
|
|
1701
1701
|
color: theme.palette.text.primary,
|
|
1702
1702
|
backgroundColor: theme.palette.grey[50],
|
|
1703
1703
|
padding: 3,
|
|
1704
|
-
|
|
1705
|
-
boxShadow: '0px 2px 8px rgba(0, 0, 0, 0.21)',
|
|
1704
|
+
boxShadow: ' 0px 2px 3px 0px #00000040',
|
|
1706
1705
|
marginTop: 0,
|
|
1707
1706
|
});
|
|
1708
1707
|
},
|
|
@@ -3332,7 +3331,6 @@ var tooltipOverrides = {
|
|
|
3332
3331
|
borderRadius: 4,
|
|
3333
3332
|
backgroundColor: theme.palette.grey[800],
|
|
3334
3333
|
paddingTop: 5,
|
|
3335
|
-
maxWidth: 'auto',
|
|
3336
3334
|
opacity: '0.9 !important',
|
|
3337
3335
|
});
|
|
3338
3336
|
},
|