styled-components, theme


1. theme


1-1.make styled.js
export const lightTheme = {
    mainBgColor: 'tomato',
    textColor: '#1e272e',
    accentColor: 'yellow'
}

export const darkTheme = {
    mainBgColor:'#1e272e',
    textColor: '#d2dae2',
    accentColor: 'yellow'
}
1-2. use
in App.js

36日、47日から52日までは長い間見なければなりません.
使用!
background-color:${props=> props.theme.mainBgColor}