Skip to content

Commit

Permalink
fix(Radio): update border-color
Browse files Browse the repository at this point in the history
  • Loading branch information
vvpvvp committed Jun 10, 2019
1 parent 5041347 commit 332ee15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion doc/css/doc.less
Expand Up @@ -8,8 +8,9 @@

body {
font-family: Monospaced Number,Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;
color: #5e6d82;
color: #34495e;
margin: 0px;
font-size: 15px;
}

h2,
Expand Down
2 changes: 1 addition & 1 deletion themes/components/radio.less
Expand Up @@ -5,7 +5,7 @@
width: 16px;
height: 16px;
margin: 0px;
border: @border;
border: 1px solid @gray1-color;
background: #FFF;
border-radius: 8px;
cursor: pointer;
Expand Down

0 comments on commit 332ee15

Please sign in to comment.