You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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: