@intechstudio/grid-uikit 1.20251014.1333 → 1.20251020.1904
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.
|
@@ -241,14 +241,14 @@
|
|
|
241
241
|
|
|
242
242
|
<style global>
|
|
243
243
|
div.tooltip-container {
|
|
244
|
-
|
|
245
|
-
background-color: var(--tooltip-bg-color);
|
|
244
|
+
background-color: var(--popover-background);
|
|
246
245
|
cursor: default;
|
|
247
246
|
display: flex;
|
|
248
247
|
flex-direction: column;
|
|
249
248
|
position: relative;
|
|
250
249
|
border-radius: 0.375rem;
|
|
251
250
|
z-index: 99;
|
|
251
|
+
padding: 0.25rem;
|
|
252
252
|
}
|
|
253
253
|
|
|
254
254
|
div.tooltip-container-content {
|
|
@@ -263,7 +263,7 @@
|
|
|
263
263
|
}
|
|
264
264
|
|
|
265
265
|
div.tooltip-container-text {
|
|
266
|
-
color:
|
|
266
|
+
color: var(--foreground-muted);
|
|
267
267
|
text-align: left;
|
|
268
268
|
font-weight: 400;
|
|
269
269
|
}
|