Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
background: {
color: "#fff"
}
}
}
},
ContentBlock: {
normal: {
height: 400
}
}
}
};
const selectView = {
[Widget.Select]: {
InputTag: {
InputTagWrap: {
normal: {
width: 150
}
}
}
}
};
const iconView = {
[Widget.Icon]: {
Icon: {
normal: {
fontSize: 20,
color: "#888"
},
},
},
},
[Widget.Divider]: {
HorizontalDivider: {
normal: {
margin: {
top: 10,
bottom: 10
}
},
},
},
[Widget.Select]: {
Menu: {
MenuWrap: {
normal: {
height: 70,
},
},
MenuItem: {
MenuItemWrap: {
normal: {
height: 30,
}
}
},
},
InputTag: {
},
},
},
},
[Widget.Divider]: {
HorizontalDivider: {
normal: {
margin: {
top: 10,
bottom: 10
}
},
},
},
[Widget.Select]: {
Menu: {
MenuWrap: {
normal: {
height: 70,
},
},
MenuItem: {
MenuItemWrap: {
normal: {
height: 30,
}
}
},
},
InputTag: {