UNPKG

react-garden

Version:

React + TypeScript + ThreeJS app using Material UI on NextJS, Apollo Client, GraphQL + WordPress REST APIs, for ThreeD web development.. a part of the threed.ai code family.

18 lines (13 loc) 275 B
// ThreeD Garden Base Styles import colors from "~/themes/theme-dark/base/colors" const { text } = colors // types type Types = any const formLabel: Types = { styleOverrides: { root: { color: text.main, }, }, } export default formLabel