logitude-dashboard-library 3.1.118 → 3.1.119
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.
|
@@ -1208,11 +1208,11 @@ $dark-grey: #717585;
|
|
|
1208
1208
|
font-family: 'Manrope';
|
|
1209
1209
|
font-weight: 500;
|
|
1210
1210
|
font-size: 12px;
|
|
1211
|
-
background-color: #
|
|
1211
|
+
background-color: #19395C;
|
|
1212
1212
|
color: white;
|
|
1213
1213
|
text-align: left;
|
|
1214
1214
|
border-radius: 2px;
|
|
1215
|
-
padding:
|
|
1215
|
+
padding: 5px 6px;
|
|
1216
1216
|
width: 100%;
|
|
1217
1217
|
display: block;
|
|
1218
1218
|
max-width: 220px;
|
package/dist/index.js
CHANGED
|
@@ -4238,7 +4238,7 @@ var WidgetCard = React.forwardRef(function (props, comRef) {
|
|
|
4238
4238
|
}, (_widget$current13 = widget.current) === null || _widget$current13 === void 0 ? void 0 : _widget$current13.Title),
|
|
4239
4239
|
position: ['top center'],
|
|
4240
4240
|
arrowStyle: {
|
|
4241
|
-
color: '#
|
|
4241
|
+
color: '#19395C'
|
|
4242
4242
|
},
|
|
4243
4243
|
offsetY: -8,
|
|
4244
4244
|
on: ['hover', 'focus']
|
|
@@ -4277,7 +4277,7 @@ var WidgetCard = React.forwardRef(function (props, comRef) {
|
|
|
4277
4277
|
trigger: React__default.createElement("div", null, React__default.createElement(SvgRedCircleWarning, null)),
|
|
4278
4278
|
position: ['top center'],
|
|
4279
4279
|
arrowStyle: {
|
|
4280
|
-
color: '#
|
|
4280
|
+
color: '#19395C'
|
|
4281
4281
|
},
|
|
4282
4282
|
offsetY: -2,
|
|
4283
4283
|
on: ['hover', 'focus']
|