// 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