dga-ui-react 1.6.0 → 1.6.1

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
@@ -236,10 +236,13 @@
236
236
  }
237
237
 
238
238
  &:hover {
239
- background-color: ${e=>e.$theme.palette.neutral[25]};
239
+ background-color: ${e=>e.$theme.palette.neutral[100]};
240
240
  }
241
241
  &:active {
242
- background-color: ${e=>e.$theme.palette.neutral[50]};
242
+ background-color: ${e=>e.$theme.palette.neutral[200]};
243
+ }
244
+ &:focus {
245
+ border: 2px solid ${e=>e.$theme.textColor};
243
246
  }
244
247
 
245
248
  .dgaui_checkbox {