@egovernments/digit-ui-components-css 2.0.0-dev-03 → 2.0.0-dev-05

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.
@@ -80,6 +80,7 @@
80
80
  .digit-radio-btn-checkmark {
81
81
  @extend .light-input-border;
82
82
  @apply h-6 w-6 border border-input-border border-solid rounded-full block;
83
+ border-width:1px;
83
84
  }
84
85
 
85
86
  label {
@@ -141,4 +142,8 @@
141
142
  div {
142
143
  @apply flex flex-row-reverse place-content-between items-center;
143
144
  }
145
+ }
146
+
147
+ .digit-radio-options-wrap .digit-radio-btn-checkmark{
148
+ border-width: 1px
144
149
  }