index.less 223 B

123456789101112
  1. .radioWrap {
  2. :global(.ant-radio-button-wrapper) {
  3. background: #eff2f5;
  4. border: 1px solid #eff2f5;
  5. }
  6. :global(div:first-child) {
  7. min-width: 44px;
  8. }
  9. :focus-within {
  10. box-shadow: none !important;
  11. }
  12. }