Skip to content

Commit ed515c4

Browse files
KRRISH96rishichawda
authored andcommitted
fix(radioButtonGroup): update RadioButtonGroup design (#292)
1 parent 645ed1a commit ed515c4

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

lib/radioButtonGroup/theme.module.scss

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
position: relative;
1111
opacity: 0;
1212
cursor: pointer;
13-
margin: 3px;
13+
margin: 0px;
1414
}
1515
/* Fixes width issue in safari */
1616
@media not all and (min-resolution:.001dpcm) {
@@ -31,10 +31,18 @@
3131
}
3232

3333
:local(.customized-radio) {
34+
display: inline-block;
3435
border: 3px solid $secondary-grey;
3536
border-radius: 50%;
3637
padding: 3px;
38+
height: 30px;
39+
width: 30px;
40+
box-sizing: border-box;
3741
.inner {
42+
display: inline-block;
43+
height: 100%;
44+
width: 100%;
45+
box-sizing: content-box;
3846
border-radius: 50%;
3947
&.checked {
4048
background: $secondary-blue;

0 commit comments

Comments
 (0)