I have a React web app, and I have custom Material Theme Builder export, as a json file, exported from Figma. It looks like,
"schemes": { "light": { "primary": "#3C6090", "surfaceTint": "#3C6090", "onPrimary": "#FFFFFF", "primaryContainer": "#D4E3FF", "onPrimaryContainer": "#001C3A",
How do I integrate these colours into my react app? I wish to have my React app look like my Figma mockups.
I have a React web app, and I have custom Material Theme Builder export, as a json file, exported from Figma. It looks like,
"schemes": { "light": { "primary": "#3C6090", "surfaceTint": "#3C6090", "onPrimary": "#FFFFFF", "primaryContainer": "#D4E3FF", "onPrimaryContainer": "#001C3A",
How do I integrate these colours into my react app? I wish to have my React app look like my Figma mockups.