UNPKG

cra-template-pdr

Version:
10 lines (8 loc) 172 B
import { DefaultTheme } from "styled-components" const theme: DefaultTheme = { colors: { black: "#121212", white: "#F5F5F5", } } export default theme