icon组件可以设置color,建议可以设置
修改css
button {
font-size: 16px;
}
button[type=“primary”] {
background-color: #0099fe;
.button-hover[type=“primary”] {
background-color:#0099fe;
opacity: 0.5;