office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
25 lines • 713 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.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
;