Skip to content

Instantly share code, notes, and snippets.

View willmanio's full-sized avatar

Christian Willman willmanio

View GitHub Profile
// style.js
const BACKGROUND_COLOR = '#7c0a02';
export const HEADER_COLOR = '#666';
export default {
header: {
backgroundColor: BACKGROUND_COLOR,
},
}