UNPKG

@fluent-windows/core

Version:

React components that inspired by Microsoft's Fluent Design System.

11 lines (9 loc) 177 B
const root = {}; const panel = theme => ({ padding: 24, backgroundColor: theme.colors.white.default }); export const styles = theme => ({ root, panel: panel(theme) });