Skip to content

Commit cedf621

Browse files
committed
feat(radio): v15
1 parent 83cee35 commit cedf621

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,7 @@
610610
"sort": 6,
611611
"show": true,
612612
"taro": true,
613+
"v15": true,
613614
"author": "oasis"
614615
},
615616
{
@@ -740,7 +741,7 @@
740741
"sort": 4,
741742
"show": true,
742743
"taro": true,
743-
"v14": true,
744+
"v15": true,
744745
"author": "lzz"
745746
},
746747
{

src/packages/radio/radio.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,12 @@
3939
&-icon {
4040
&-checked {
4141
color: $color-primary;
42+
box-shadow: 0px 2px 4px 0px #ff0f2333;
43+
border-radius: 50%;
4244

4345
&.nut-radio-icon-disabled {
4446
color: $color-primary-disabled-special;
47+
box-shadow: none;
4548
}
4649
}
4750

0 commit comments

Comments
 (0)