Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
<select placeholder="{placeholder}">
)}
);
});
};
const cardThemeConfig = {
[Widget.Card]: {
Container: {
normal: {
width: "100%",
height: 400,
margin: {
bottom: 30
}
}
},
CardTitle: {
normal: {
height: 30,
margin: {
top: 20
}
}</select>
fontSize: 16,
margin: {
top: 6,
left: 4,
right: 3,
},
last: {
color: '#4d63ff',
},
},
},
},
},
};
const cardThemeConfig = {
[Widget.Card]: {
Container: {
normal: {
width: "100%",
height: '100%',
background:{
color:"#f6f6f6"
},
padding: {
top: 4,
right: 141,
left: 141,
},
border: 'none',
boxShadow: 'none'
},
},