Have a question? The community is here to help!
Recently active
Have a question about using a Figma product? Unsure if you’re running into a bug or expected behavior? Wondering how others might solve a specific problem in a Figma product?You are in the right place! 😉 Note: If you encountered a bug and want to report it, please use the category Report a Problem. Guidelines Please do a search first Before creating a new topic, do a search to make sure it hasn’t already been asked by another member of the community. One topic per question If none of the existing topics cover what you need, feel free to create a new one. To help keep the forum organized and help with search, create one topic for every individual question you have. Review and use the pro tips Make sure to follow the pro tips below (click “Show content”) when creating a new topic. Please write your topic title as a question (if possible) — this helps with search Specify which Figma product your question is about - you can use the tags for that too Give as much context as pos
If I create a brand-specific generative plugin, can I use that plugin’s sliders and controls in a template I send to Figma Buzz, so non-designers can use the plugin when creating assets?If so, how do I do this? I’m not looking to publish a plugin for everyone to use.
Knowing that currently figma make using React framework to build the applications, is there anyway export it to vue.js ?
Hi, I subscribed to the Collab seat thinking I was still able to edit my files but clearly that’s not the case, so I upgraded to the Full seat almost immediately. This month I’m being charged for the Collab seat, and next month I will be charged for the Full seat on top of the Collab seat, then a separate Full seat for that month. Both Full seat costs are the same price. Why am I being charged extra this month? Am I able to get a refund on the Collab seat?
Hello community,I'm redesigning the graphics for my event organizing business, including hero banners, icons, category graphics, and promotional visuals. My goal is to give the site a more modern look while keeping everything visually consistent.For those who've done a similar refresh in Figma, how do you keep all of your graphics aligned with the same style? Do you build a small design system first, create reusable components, or follow another workflow?I'd love to hear how you approach this.
Hi everyone,I've been working on a series of educational health infographics in Figma and wanted to get some feedback from other designers who create informational content.One of my recent projects focuses on helping parents understand when kids should start using deodorant. The infographic was created as part of an educational campaign for PreReq Care, a skincare brand for pre-teens and teens. My goal was to make a topic that could easily become text-heavy feel simple, approachable, and easy to understand within a few seconds.The biggest challenge wasn't the visual design itself. It was finding the right balance between providing enough information and keeping the layout clean and easy to scan.Here are some of the design decisions I focused on:Creating a strong visual hierarchy so readers know where to look first. Breaking complex information into short, digestible sections. Using icons and spacing instead of large blocks of text. Choosing soft, approachable colors that appeal to pare
I made a mistake of connecting my personal repository and can’t seem to disconnect it. How do I do it?
Hi Figma Community!I'm working on a design-to-code automation tool and would like to integrate with Figma's Model Context Protocol (MCP) endpoint.The IssueWhen requesting the mcp:connect scope during OAuth authorization, I receive:{"error": true,"status": 400,"message": "Invalid scopes for app"}OAuth App Details:Redirect URI: http://localhost:3000/callback Current working scopes: files:read, file_comments:write Blocked scope: mcp:connectQuestionsIs the mcp:connect scope available for third-party OAuth apps? If restricted, is there a beta program or application process? Is this scope only available to official Figma extensions (VS Code, Cursor)?What I've Tried Standard OAuth flow works fine with public scopes Got valid Bearer token MCP endpoint (https://mcp.figma.com/mcp) returns 401 with www-authenticate: Bearer scope="mcp:connect"
I’m on master component, but after the figma update I can't find "Create Property" and "Ignore auto layout" icon on right panel?
I'm using Figma Make and encountered some problems: noticed there is an option to adjust the preview size, but I can't actually change it. The screen size appears to be fixed, and selecting the option doesn't let me resize the preview or set a custom screen size. I can't open the preview in full-screen view. Is this a known issue, or am I missing a setting?Thanks!
Hello There, Need help in make the figma-mcp to provide the components details. We are using a Design System and using those DS components we are designing our pages, As a frontend developer using claude to to connect with figma mcp and do the frontend development. I am not getting the details of the components in the page like variants, size, which are the properties defined in the Design System. Without much knwoledge about figma and did an analysis with claude and come to know the desing in the page has overwritten in the instances so it is differ from the main component, the figma-mcp will give a flat data instead of the properties choosen in that component. Also we can see there is a ‘i’ icon with the information in the figma that, “The border, text and layout in this instance differ from the main component.” When we connected with the designers, they are expressing that it is not possible. “It isn't feasible because the DS master components are designed with all possible variants
I am posting here because I haven't received a response from the customer service center yet. I requested a downgrade to the Professional plan—as the Organization annual plan can only be downgraded via a customer service request—but the process hasn't moved forward, and I’ve received no reply despite multiple chats and inquiries. I am very worried that this huge amount might be charged to my account. I’m posting here because I heard I might get a faster response.
does the limit of the timeline in motion only stops at 2000ms? if so then what’s the point of having an ability to zoom out all the way above 20000ms?(edit) nevermind, apparently there’s a form right beside the current timeline position to choose the max duration for it, it's just for some reason written in grey, i thought it’s unclickable
[Figma Make + Supabase] 게시글이 새로고침하면 사라지고, 다른 기기에서 안 보여요 (Claude와 같이 해봐도 해결이 안 됐어요)제가 원하는 것학생자치회 통합 플랫폼을 만들고 있는데, 누군가 게시글을 올리면 그 글이 사라지지 않고 계속 저장되면서, 다른 사람이 다른 기기/브라우저로 접속했을 때도 똑같이 보이길 원해요. 지금은 새로고침하면 방금 올린 글이 사라지고, 다른 브라우저로 열면 그 글이 아예 안 보여요. 즉, 데이터가 여러 사람/기기 사이에서 공유되고 계속 남아있는 게 목표예요.지금까지 시도한 것Figma Make 설정에서 Supabase 계정을 연결했어요. Figma Make AI에게 "게시글을 슈퍼베이스에 저장하고 모든 페이지에서 공유되게 해달라"고 요청했어요. AI가 백엔드(서버 쪽 로직) 코드를 새로 짜줬고, "이제 Edge Function을 배포해야 한다"고 안내했어요. Figma Make 화면에 있는 배포 버튼을 눌렀는데 "배포할 코드가 없다"는 메시지가 나왔어요. 그래서 슈퍼베이스 대시보드에 직접 들어가서, Edge Function을 새로 만들고 AI가 짜준 코드를 그대로 복사해서 붙여넣고 배포까지 완료했어요. 그런데도 여전히 게시글이 새로고침하면 사라지고, 브라우저 콘솔에는 CORS(브라우저가 다른 주소로 요청 보낼 때 막히는 문제) 관련 에러가 계속 떠요. Claude(AI 챗봇)한테 상황을 계속 설명하면서 같이 시도했는데도 해결이 안 됐어요.궁금한 점Figma Make의 배포 버튼이 원래 자동으로 해줘야 하는 걸, 제가 슈퍼베이스에 직접 들어가서 수동으로 배포한 게 맞는 방법이었는지 잘 모르겠어요. 이렇게 수동으로 배포한 경우, Figma Make 쪽에서 추가로 다시 연결하거나 설정해줘야 하는 게 있는 건지 궁금해요. 비슷하게 "게시글이 저장 안 됨 + CORS 에러" 겪으신 분 있으면, 정확히 어떤 부분이 원인이었는지 알고 싶어요.
FigJamの背景色を変更する事は可能ですか。
Why do I need to hire four senior consultants from McKinsey to figure out basic things about access, account permissions and seat permissions?And even then, this focus group of top-of-the-class consultants has only a 13% success rate??Do you know how much I pay for the McKinsey guys?? $2400/hour!! They have been at it for months and have made zero progress.Please Make Access Model Great Again! Not that I can remember a time where it was great, but every movement needs a good catch phrase. Join the MAMGA movement now!!
Can I use Figma Variables for text formatting specifically for cases (Upper/ Lower)?
I've had a really good experience with Figma Make so far. It's been surprisingly easy to use, and I've been able to build things much faster than I expected.That said, there are still a few areas where I get confused from time to time. Sometimes it's not clear why the AI chooses a certain approach, when to use different modes, or how to guide it effectively when it doesn't generate the result I have in mind.I'm curious if others have experienced the same thing. What features or workflows took you the longest to figure out, and what helped you get comfortable with them?
Hi everyone,I'm experiencing a very strange issue with my Figma account and I'm hoping someone has seen this before.I've been using the same personal account for a long time (Google account + email/password login, both using the exact same email address).Today I logged in and noticed that:Almost all of my files are gone. My Drafts are empty. My profile picture has reverted to the default initial instead of the custom image I've always had. My account settings (email, name) are still correct. Logging in with Google or with email/password makes no difference. I also have another Figma account for a different project (Alkyma), and I used to switch between them without any issues.The confusing part is that I still have several of the missing files open in the Figma desktop app because I hadn't closed them.For example, one file is:https://www.figma.com/design/GDGPWbJtUODsyKof01dHcE/artfolio-mockup?...Inside the file:I appear as the owner ("patos : design"). The file is still associated with
Hello, I was charged $211 for an automatic subscription renewal that I did not intend to continue. I barely used the platform since the renewal as I wasn't aware of the charge. Could you please check my account and process a refund for this transaction? Thank you.
I am a physical product designer who is newly developing a design workflow system for my team on Figma. We previously use Google slides because our work is very visual based. the flexible commenting and image placement was very valuable. But, Figma will help us better organize and track a products conception and development, and why some didn't make the cut. Let me be clear, these Figma design resources will never become actual user sites or interfaces, they are simply being used as a method of internal organization and record keeping for the design process. But, it also needs to have a presentable element for meetings for team feedback on designs in addition to the overall design development. I also have no prior Figma experience. I apologize for my poor explanations. After watching the Figma Design for beginners 2025 course on Youtube, I have determined using components to create cards for the different elements in the design process is best. Card examples include: Collection origi
Hey everyone!Our team has built a multi-brand design system that supports three different brand themes, each with both light and dark modes.All our icons are created as unions. This helps preserve the color override when an icon is swapped inside a component. For example: all icons use the “icon” color variable by default, but within a success inline message component, the icon is overridden with the “icon-success” color variable (green), as the icon should always be green in that context. Swapping, say, a checkmark icon with “icon-success” applied for a shield icon retains the correct “icon-success” variable. So far, so good.However, when we re-theme the inline message component from Brand 1 to Brand 2, the icon switches to a different brand-specific variant from the icon component set. Here’s where things break: in component instances, the color override (“icon-success”) is lost during this brand switch, and the icon falls back to the default “icon” color variable — which in our case
There is currently no way to move/transfer variables between published libraries (while maintaining all linkages) the same way you can with components or styles, right?My use case is that we currently have two separate libraries—“Styles” which contains typography and spacing variables, and “Colors” which contains color variables—that I would like to merge into one. But we have all sorts of legacy stuff pointed at “Colors,” so I don’t think an export/import/swap libraries process is going to cut it.Am I missing anything? Has anyone found a solution for this problem? Or is it at least on Figma’s roadmap?
Hi eveyrone,I’ve started by drafting/prototyping in Figma Make, and have moved things forwards really quickly. I’d now like to move the screens into more of a workable space where I can see/edit all screens to take them from initial concept to my own specific design and see noodles linking screens together. Do you know if it’s possible to move the files across? Or am I better taking screenshots and starting from scratch?
This is an interesting challenge because enterprise users need confidence without seeing security warnings everywhere.In enterprise messaging projects we've worked on at MirrorFly, we found subtle indicators like encryption status, device/session management, and admin controls work better than overwhelming users with technical details.How do other teams balance security visibility and simplicity?
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.