@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.esm.js
CHANGED
|
@@ -1669,12 +1669,11 @@ var tooltipOverrides$1 = {
|
|
|
1669
1669
|
var theme = _a.theme;
|
|
1670
1670
|
return ({
|
|
1671
1671
|
fontSize: theme.typography.body2.fontSize,
|
|
1672
|
-
borderRadius:
|
|
1672
|
+
borderRadius: 2,
|
|
1673
1673
|
color: theme.palette.text.primary,
|
|
1674
1674
|
backgroundColor: theme.palette.grey[50],
|
|
1675
1675
|
padding: 3,
|
|
1676
|
-
|
|
1677
|
-
boxShadow: '0px 2px 8px rgba(0, 0, 0, 0.21)',
|
|
1676
|
+
boxShadow: ' 0px 2px 3px 0px #00000040',
|
|
1678
1677
|
marginTop: 0,
|
|
1679
1678
|
});
|
|
1680
1679
|
},
|
|
@@ -3304,7 +3303,6 @@ var tooltipOverrides = {
|
|
|
3304
3303
|
borderRadius: 4,
|
|
3305
3304
|
backgroundColor: theme.palette.grey[800],
|
|
3306
3305
|
paddingTop: 5,
|
|
3307
|
-
maxWidth: 'auto',
|
|
3308
3306
|
opacity: '0.9 !important',
|
|
3309
3307
|
});
|
|
3310
3308
|
},
|