Figma sync plugin retuning wrong json #405
Labels
figma
scope: sync
Issues related to the Material UI Sync Figma plugin
support: question
Community support but can be turned into an improvement
The problem in depth
I bought mui figma kit and after making changes in primitive tokens in figma, this change reflected in Figma components e.g. button, but when I ran Figma Sync plugin to export json, in json it is not giving me right variables for button component background
"components": {
"MuiButton": {
"styleOverrides": {
"root": {
"&.MuiButton-sizeLarge.MuiButton-containedPrimary": {
"&:not(.Mui-disabled):not(.Mui-focusVisible):not(:hover)": {
"& .MuiTouchRipple-root": {
"width": "91px",
"height": "42px",
"opacity": "0.3",
"background": "var(--mui-palette-primary-contrastText)",
"padding": "0",
"borderRadius": "0",
"boxShadow": "none"
},
Your environment
MUI for Figma v6.1.0 - Material UI
Search keywords: Sync Plugin
The text was updated successfully, but these errors were encountered: