Skip to content

Commit

Permalink
fix: grid radio add white background (#2467)
Browse files Browse the repository at this point in the history
  • Loading branch information
gimmyhehe authored Oct 29, 2024
1 parent d6e78f3 commit 1d2a10b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/theme/src/grid/radio.less
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
margin: 1px;
border: 1px solid var(--tv-Grid-radio-icon-color-selected);
border-radius: 100%;
background: #fff;

&::after {
content: '';
Expand Down

0 comments on commit 1d2a10b

Please sign in to comment.