UNPKG
cra-template-pdr
Version:
latest (0.1.1)
1.1.3
0.1.1
0.1.0
Great CRA template with typescript
github.com/pedrosandes/pdr-template
pedrosandes/pdr-template
cra-template-pdr
/
template
/
src
/
styles
/
theme.ts
10 lines
(8 loc)
•
172 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
DefaultTheme
}
from
"styled-components"
const
theme
:
DefaultTheme
= {
colors
: {
black
:
"#121212"
,
white
:
"#F5F5F5"
, } }
export
default
theme