office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
22 lines • 547 B
JavaScript
export var getStyles = function (props) {
var className = props.className;
return {
root: {
padding: 2,
outline: 'none'
},
tableCell: {
padding: 0
},
focusedContainer: [
'ms-swatchColorPickerBodyContainer',
{
clear: 'both',
display: 'block',
minWidth: '180px',
},
className
]
};
};
//# sourceMappingURL=SwatchColorPicker.styles.js.map