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