Merge pull request #5 from tom2drum/theme_config
setup theme config
Showing
... | ... | @@ -11,6 +11,7 @@ |
}, | ||
"dependencies": { | ||
"@chakra-ui/react": "^2.1.2", | ||
"@chakra-ui/theme-tools": "^2.0.2", | ||
"@emotion/react": "^11", | ||
"@emotion/styled": "^11", | ||
"framer-motion": "^6", | ||
... | ... |
pages/_document.tsx
0 → 100644
theme/components/Switch.ts
0 → 100644
theme/components/index.ts
0 → 100644
theme/foundations/borders.ts
0 → 100644
theme/foundations/colors.ts
0 → 100644
theme/index.ts
0 → 100644
theme_alt/index.ts
0 → 100644
Please register or sign in to comment