dce-reactkit 3.9.7 → 3.9.8

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/cjs/index.js CHANGED
@@ -937,6 +937,11 @@ const shared = `
937
937
  .tooltip {
938
938
  z-index: 9000000000 !important;
939
939
  }
940
+
941
+ /* Tooltip White Text */
942
+ .tooltip .tooltip-inner {
943
+ color: white !important;
944
+ }
940
945
  `;
941
946
 
942
947
  /**