dga-ui-react 1.8.21 → 1.8.22

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
@@ -2453,11 +2453,11 @@
2453
2453
  .dgaui_radioDot {
2454
2454
  border-radius: 50px;
2455
2455
  position: absolute;
2456
- top: 3.5px;
2457
- left: 3.5px;
2456
+ top: 4px;
2457
+ left: 4px;
2458
2458
  z-index: 1;
2459
- width: 15px;
2460
- height: 15px;
2459
+ width: 14px;
2460
+ height: 14px;
2461
2461
  background-color: none;
2462
2462
  }
2463
2463