Better defaults

main
Jake Dexheimer 7 years ago
parent 96dff6d8fe
commit 741451271d

@ -6,7 +6,7 @@ const Footer = (props) => (
<div className="footer"> <div className="footer">
<div> <div>
<Link href="/about"><a>about</a></Link> <Link href="/about"><a>about</a></Link>
<a href="#">send feedback</a> <a href="mailto:hi@dawnlabs.io?subject=Carbon%20Feedback&anp;body=">send feedback</a>
<a href="#">tweet</a> <a href="#">tweet</a>
<a href="#">star</a> <a href="#">star</a>
</div> </div>

@ -50,7 +50,7 @@ export const THEMES = [
export const LANGUAGES = [ export const LANGUAGES = [
{ {
name: 'Auto Detect' name: 'Auto'
}, },
{ {
name: 'Plain Text' name: 'Plain Text'

@ -28,10 +28,10 @@ class Editor extends React.Component {
constructor() { constructor() {
super() super()
this.state = { this.state = {
background: '#111111', background: '#ABB8C3',
theme: THEMES[0].id, theme: THEMES[0].id,
language: 'javascript', // TODO LANGUAGES[0] language: 'javascript', // TODO LANGUAGES[0]
dropShadow: false, dropShadow: true,
windowControls: true, windowControls: true,
paddingVertical: '48px', paddingVertical: '48px',
paddingHorizontal: '32px' paddingHorizontal: '32px'

Loading…
Cancel
Save