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) 300 B
// ThreeD Garden Base Styles import colors from "~/themes/theme-light/base/colors" const { transparent } = colors // types type Types = any const textField: Types = { styleOverrides: { root: { backgroundColor: transparent.main, }, }, } export default textField