UNPKG

react-desktop

Version:

React UI Components for macOS High Sierra and Windows 10

36 lines (31 loc) 603 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { window: { WebkitUserSelect: 'none', userSelect: 'none', cursor: 'default', backgroundColor: '#ffffff', display: 'flex', flexDirection: 'column', padding: 'none', boxSizing: 'border-box' }, windowDark: { backgroundColor: '#171717' }, chrome: { borderWidth: '1px', borderStyle: 'solid', boxShadow: '0 2px 11px 3px rgba(0, 0, 0, .2)' }, unfocused: { borderColor: '#aaaaaa' }, content: { flexGrow: '1', display: 'flex' } };