amplify pull
from the command line in your project. We will need to pass the color theme to the element in the index.js file.import { studioTheme } from './ui-components'
AmplifyProvider
:
<AmplifyProvider theme={studioTheme}>
Your color theme should now match the one you set up in Figma! You can now update themes and components in Figma and synchronize them with your local application.