import default settings from constants

main
Dillon Mulroy 7 years ago committed by Brian Dennis
parent 700872c188
commit 91cf4b7734

@ -13,25 +13,10 @@ import {
DEFAULT_LANGUAGE,
LANGUAGES,
LANGUAGE_MODE_HASH,
LANGUAGE_NAME_HASH
LANGUAGE_NAME_HASH,
DEFAULT_SETTINGS
} from '../lib/constants'
const DEFAULT_SETTINGS = {
paddingVertical: '50px',
paddingHorizontal: '50px',
marginVertical: '45px',
marginHorizontal: '45px',
backgroundMode: 'color',
backgroundColor: 'rgba(171, 184, 195, 1)',
dropShadowOffsetY: '20px',
dropShadowBlurRadius: '68px',
theme: 'seti',
windowTheme: 'none',
language: DEFAULT_LANGUAGE,
fontFamily: 'Hack',
fontSize: '14px'
}
class Carbon extends React.Component {
constructor(props) {
super(props)

Loading…
Cancel
Save