Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
normal:{
border:{
width: 1,
style: 'solid',
color: '#4D63FF'
}
}
},
ButtonText: {
normal: {
font: {size: 14, weight: 500},
color: '#4D63FF'
}
}
},
[Widget.RadioGroup]: {
Container: {
normal: {
width: 210,
height: 32,
font: {
size: 14
},
margin: {
left: 20,
right: -20
}
}
},
//单个按钮属性设置失效
Radio: {
theme: {
`;
const theme = {
[Widget.Button]: {
Container: {
normal: {
height: 30,
margin:{
left: 10
}
},
},
},
[Widget.RadioGroup]: {
CheckButton: {
CheckButtonUnChecked: {
normal: {
height: 30,
padding: {
top: 0,
bottom: 0,
left: 15,
right: 15,
},
},
hover: {
background: '#fff',
color: '#333',
border:{
top:{