
You’ll see all your components in the My Components tab updated to match the color theme. You can also do this with spacing, font size, and individual elements.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.