Let us know what would make Figma better for you.
Recently active
First and foremost, branching is a great addition to Figma, thank you! Here is some background on how our Style and Component libraries are setup: Project: Design System File 1: Styles (text/color/other token styles) File 2: Components (primitive components, larger organisms, and some templates) What I’d like to do is create a branch in File 1 and change our brand color and add some text styles. I’d then like to “stage” this branch so that I can reference it in File 2 (another file) and test some of the changes downstream in components to see how they might look before merging and publishing File 1 (in case there are things I need to change/add). I would love some suggestions on how I might accomplish a workflow like this, or if it’s something that might be supported in the future. Thanks!
It would help with the prototyping and testing workflow to allow users to select multiple colors in the “Selection colors” section of the property sidebar on the right. When you select colors you will be provided with an option to “create styles form selection” and to “add to variable table...”This will enhance the initial UI testing and research phase of UIX design allowing you to easily and quickly apply your final styles and colors to a design system’s style set and variables.
With the rise of LLM-based “Vibe Coding” tools like V0 and Cursor, I’m expecting Figma to address this shift at Config 2025. This year has been transformational—it's now faster than ever to validate early ideas and prototype them with full interactivity. This speed benefits designers, teams, PMs, and users alike, making rapid iteration and validation a core part of the process.In my practice, we quickly realized that traditional wireframing in Figma no longer felt as useful—especially since we’ve never been big fans of its prototyping layer. Figma’s strength has always been in UI design, but we’re now facing new bottlenecks:1. Bridging the gap between AI-powered coding tools and high-fidelity UI in Figma.2. Defining components in a way that makes them easily usable in these new workflows. (What does a design system look like in this new landscape) As these AI-driven tools evolve, the question is: how will Figma adapt? Will they double down on their UI strengths, improve handoff workflo
Problem:Product Owners (nondesigners) will often times share early work in progress without the designer knowing. This ends up being a headache of dev comments (30+) pinging with comments that designs are not complete or components are not built correctly. Solution:Designer who is the owner of the file can assign specific users/staff so they get all push notifications/emails Reason:To help each team member own accountability for the consequences of their action. If a product owner wants to share an incomplete file to 100+ people in the organization without communicating the designer. Let’s ensure the push notifications/emails get sent to the product owner that initially share a file too early to help respond to each comment.
I suggest having this feature in Figma since we are on a paid plan. Especially when we have so many frames/screens to be exported (eg. 170+) it’s a really huge filesize. And it’s not allowed to use an external PDF compressor platform when our projects are confidential. So far, I can only convert the frames into individual PNGs/JPGs, replace the frames with these image files, and export them into PDF. This is so time-consuming and troublesome.
It is now very unclear to see which files a person has access to. When a user has access to a specific file, you can’t see it anywhere in the admin page. It’s not very user friendly. I remember it being there in an earlier version, so please just bring that back. The files a user has access to should be shown in the sidepanel when selecting a user.
Our UXR team has noticed an increasing issue with loading prototypes on Android devices. Are certain devices more susceptible to this issue? Sometimes refreshing the prototype once resolves the problem, but other times the prototype either fails to load entirely or crashes. Are there any recommended optimizations, or have others experienced this issue?
Bringing this up for visibility. I have a page for “components” and a page for layouts in my design file. These components have many states, so I try to keep things organized by separating project specific variations of key pieces in their own page away from the prototype mockups. I have a tooltip in these components - on hover it displays another component as an overlay. This works great in the component page - but use that component elsewhere in the file and the overlay doesn’t carry over. I can add the overlay, but have to connect each instance of the tooltip (it’s a quoter, so there’s lots of possible variations) on every variation of my component - which defeats the purpose. It looks like this is something others have asked for: ^Like this one if you’re interested.
When working with SVG assets within a design system we’re often using named color variables that are part of the design system so that our designs support different color modes (light, dark etc) it would be super helpful if there was some way for these variables made their way into the SVG code (with a fallback for situations or usages where the variable may not exist) So in your SVG export instead of this: <rect x="0.331604" y="0.717941" width="20.9977" height="20.9977" fill="#ffffff"/> you’d get something like this <rect x="0.331604" y="0.717941" width="20.9977" height="20.9977" fill="var(--color-background, #ffffff)"/> which would then be able to be able to be dynamically changed based on what is being set for --color-background in the consuming web app.
recurrent use case. For those who also develop, its a life save to quickly be able to copy the svg code. There is also a repeated use case where devs will ask for it. This used to be possible, but now my only recourse is to export, open in an IDE, copy+paste… I looked for this in dev mode but can’t find it there either.
The background color of the Review updates window does not allow the current and updated components to be compared depending on the color of the components. In example below I am using Figma in dark mode and trying to compare two components that have black text. I am unable to do so because the dark text of the component is not readable on the dark background of the Figma UI. This can be resolved if Figma would allow the user to change the background color of the Review window between light and dark.
I regularly prototype using two desktop screens - I like to design with a prototype open at all times to see it in context to it’s actual size. I love the mobile app mirroring feature because it’s easy to select frames and have the prototype view update dynamically. It would be so so awesome to have a similar mirror feature for desktop, where you have a prototype window as the ‘mirror’ that dynamically updates based on the frame that you select in a separate window. Has anyone else wanted something like this?!
Currently, dashed strokes have ‘trimmed caps’. Is there a way to have all dashes with the same length? Example:
When defining variables (specially numeric ones) there is no way to specify the units.For example a value 16 could be pixels but could be also cm or any other unit. When you consume Figma variables using an API you need to guess which unit is applicable based on the variable name, scope etc., instead of just getting the unit from the API. Is it anything on the roadmap to cover this feature?
Hello,I wanted to share a small suggestion: it would be helpful if future emails like updated “Terms of Service” included a brief summary that everyone can roughly understand what changed. I’ve noticed that other companies often do this, and it really helps ensure the main points are clear and accessible.As it stands, the content of legal comes across as somewhat dense and lacks transparency for people that are not lawyers, which could be easily improved with a short summary in the mail.Thank you for considering this feedback.Best regards,Mikka Wild
Excited for Sites! But there is def some room for improvement when it comes to basic things like global styles for inline text links. Maybe I’m not figuring out how to configure this but I’ll give an example: I need an h1 with multiple inline links in the text, like “This is my H1 title with one link and also a second”. From what I can tell there are two issues:There is no way to wrap multiple inline text objects in an auto-layout frame that then renders as a single h1 tag. There is no way to style this inline text with an underline and a color change when hovering without using some convoluted component setup. For example if I want any inline text link on my site within a paragraph tag to have the same underline & hover style, I think the only way to do this is using custom CSS in the site settings. This won’t show up in the designs though so not sure if this is the best approach. Hover interaction options in Interactions pane on the right only offers opacity/scale/offset/rotation
Hello, In my design system, I would like to map a container variable that would be a fixed value in desktop but a fill container in mobile. I tried by setting a fixed value of 0 get the attention of the designers in order to make them change the value on their own but is there a way to automate this directly in the variable? I understand that this is not how variables are working but if there’s a workaround or a way to fix this, I’m taking it <3 Thanks !
It would be helpful if we could pick from existing variables when naming a new variant property maybe through a dropdown or suggestion list to avoid name mismatches and improve speed.
Management of Dev Resource links is critical in our design systems. We are developing a multi-brand design system at Thryv that supports both React and Vue.js, and need to add resource links to a composed Storybook which documents a lot of components.Dev resource links are not editable from branches. We have our main file set to view-only so that design contributors have to branch to work for system integrity. They can’t add the dev resource links as part of their definition of done, putting the weight of that responsibility on the owner(s). Dev resource links can’t be automated easily for repititious components like illustrations that may all use a shared resource, but each component needs a link (and yes, I understand variants -- they are not appropriate for this circumstance). Between being an Electron app and lacking standard accessibility controls, hidden buttons that reveal on hover, and the links themselves changing positions after being saved, it’s challenging to work with some
For sales or anybody that want to show data about his product or company, it would be cool to be able to add line charts or pie chart easily. Right now we need to edit it ourself, but non designers would not be confortable to ajust it. It will be fun to have a tool to create chart where we just have to put our data and it create the chart.
It seems that all the emails I was getting previously on approved seats has disappeared. The only settings available to me now are for auto-approved seats. However, as I’m working in an organisation with multiple admins I would still like to get an overview every day on the approved seats by my peers. Is there a way to re-enable the general emails for approved seats, regardless if these were auto-approved seats?
the idea is simple. often times I am creating a design, in witch two objects share a curve/edge, but have a different fill color. the only way to make the different fill color is to create two separate objects, but then later on if you have to edit the line you have to edit all instances of the object. or sometimes I have the same object that I want two different fill colors on, and again I have to make two separate objects. the same goes for strokes. so, I sujust that there be some way to within one object have totally different fills and strokes. there is already a way to have multiple fills, but they only layer on top of each other with different opacities, and same with strokes. I think that the different fills and things could be added using this same UI, witch would also allow the mixing of different fills as well. you could also apply / remove the different fills to different area using something similar to the new paint / bucket fill tool. anyways, I know this might be a bit ch
It’s a great idea when I start a dialogue in Figma with other designers to give them the opportunity to invite them into the conversation. Some kind of sound signal or popup so that they can hear that I am calling them to talk 🤙. like a phone call. accept or reject. Only for participants who are currently working in the same file. But in the future it is possible to call me to a specific file and talk there. And I will immediately get into the conversation on the file that I am invited to. Because every time I go to a private chat on Telegram or Skype and ask them to talk to me in Figma.
One of the issues that I’m encountering is because their is now viewport height or width options, you aren’t actually able to independently scroll multiple frames. Ie if you want to be able to scroll a side menu bar independentally of the content. You actually aren’t able to do this unless you set a specific height for the page and then clip the content to be able to scroll the overflow.The issue with this is because the you have defined a fixed height for the page, it’s not actually recognising the dimensions of the viewport, so if the viewport in the browser window changes it’s size relative to the fixed height you specified in the Figma Sites. It actually breaks the scroll behaviour because you haven’t been able to tell the page that the actual height of the page it needs to be referencing is not the fixed height defined in Figma Sites but should in fact be 100% fill to the vertical viewport height instead.
In Figjam, I would like to give URL linking to image that I do use in flow chart. Anyone know how to do this as its a small but useful feature.
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.