Everything announced at Config 2026 🎉
Got a feature request or product idea? We're all ears!
Recently active
There should be a option to add like 2 strokes, like heres an example below:https://imgur.com/a/jjNJWNF
Why wouldn’t a variable’s “description” from the details panel not be included in the variables export JSON data?
Description: The feature allows users to export local variables from Figma as a single file, making it easier to share design tokens and maintain consistency across projects. Current Format: Currently, local variables in Figma need to be copied individually or manually noted down, which can lead to errors and inconsistencies when transferring information between team members or projects. Proposed Enhancement: Implement an export option that allows users to select multiple local variables and save them as a single JSON or PDF file. This file can then be easily shared or imported into other projects or reviewed by developers. Benefits: Streamlines collaboration by ensuring all team members have access to the same variables. Reduces manual errors and saves time in the design handoff process. Enhances consistency across designs by providing a single source of truth for variables. Others: This feature could also include an option to import previously exported variable files, creating a se
Figma’s variables feature is a game-changer for design consistency, but what if we could take it a step further? Imagine a seamless connection between Figma variables and SCSS, enabling real-time updates across design and development environments. Here’s how this could work: Proposed Features: Export Figma Variables to SCSS: Designers can define variables (e.g., colors, typography, spacing) in Figma. These variables can be exported as an SCSS file with proper formatting. Example: scss $primary-color: #FF5733; $secondary-color: #C70039; Sync Updates from Figma to SCSS: Changes to variables in Figma automatically update a connected SCSS file. This enables design updates to reflect in development environments, at least in staging or development builds. Dev Environment Integration: While not live editing, changes in Figma could trigger updates in a development environment. Developers would get notifications or GitHub PRs for updated SCSS files generated from Figma. Use Cases
I was playing around with the idea of using variable modes to easily switch between using Latin script and, say Arabic, but where I think I’m let down is having to manually change the text left-right-center alignment. Thanks!
At the moment my interactions look like this: Is there a way to combine them all in one action, so “Set Variable 1 and Variable 2 and Variable 3 to false” ?
I like the prototype feature in designing products. In Figma Slides, I’d like to have the option to have a variety of starting points/journeys with shareable presentation links so that I can keep the content of my slides centralized yet tailor the journey per audience.
I’d love to see CSS-style color adjustment filters like brightness, contrast, hue-rotate, and saturation introduced as Effects. Oftentimes, I end up endlessly tweaking different blend mode and color fill stack combinations just to hit the right saturation or contrast. This can be frustrating, especially when it could be done more precisely and in a fraction of the time with a direct way to set these values.I’ve also found blend modes to be less developer-friendly and prone to unnecessary complexity. They absolutely have their place, but for software and web design, color adjustment filters seem more practical in many cases. Blend modes feel like a legacy holdover from graphic design tools and they can be a pain to implement consistently with devs.
Maybe this is addressed in the UI3, but one thing that causes me a bit of difficulty for some time is how hard to view some dark components are in the dark mode assets panel. Especially icons with dark color as a default.
Hi Designer,as we know iOS platform journey header title aways align center as below,but today we find Figma as below for SG iOS Pure App Important Information Journey Header Align Left.https://www.figma.com/design/Hs9eZBj4jzDDzBUYYIDY0K/%F0%9F%93%B1--Global--App-Launch---Setup--draft-?node-id=2951-54833&m=devIt may be not follow iOS standard, iOS customer may be no need all align with Android standard.(this is my thought)Could you pls help clarify whether required align Left ? Many thanks~
I assume figma AI is only for paid plans especially because it is a costly thing to maintain and run, as it requires datacenters and a whole team behind itHowever some people have a PC that could run with no problem an AI model. Same for figma filesMaybe Figma should make available to it's users to run AI models locally and store files locallyThis would maybe help figma reduce costs tooIdk I may be wrong
I’m pretty sure I won’t be the only one… but I tend to open the same figma in different windows without noticing that I have 2 or 3 instances of the same file opened. I really liked how chrome solved it with the dropdown on the top right to navigate between recent and opened tabs. It would be very helpful.Thank you!
when i duplicate style in the style panel, it does not rename it automatically. It is a big issue as the user is unsure which one is the original and which one is the duplicate and then continues to update the the properties of the style he assumes is duplicate. Now he could be updating the original style which is applied to the designs and might mess up the design. There should be some way to differentiate the duplicated style immidiately when it is duplicated...i think it is the same with variables.
As a user that uses Grid for designing tables (header, rows). I would like the option to add new rows or columns and change the order of the rows/columns. when adding a new column/row to an existing populated table does not mean I want the row/column to be at the end of the grid. The current design options (drag and drop) make it very hard and frustrating to introduce edits to existing populated table designs.Design idea: add drag icon to enable rows/column drag (change order) in addition to the number order of the rows/columns
I was wondering if you can set the horizontal or vertical wrapper in Auto Layout to inverse. I think that option should exist—it’d be genuinely useful in code.
Hey Figma Team,As a designer who relies heavily on Figma Make for my design-to-production process, I wanted to share some insights and suggestions that could really enhance the overall experience. Below are a few key pain points I’ve encountered, along with a suggestion that I believe would greatly streamline the workflow.1. Challenge: Large Frames Automatically Converting to ImagesWhen uploading larger frames from Figma into Figma Make, I’ve noticed that sometimes they automatically get converted to static images. This compromises the flexibility of working with vector-based designs and impacts the quality and adaptability of the final product. It would be fantastic if there were a way to either prevent this conversion or handle large frames more intelligently, allowing them to retain their original quality and interactivity.2. Challenge: Manual Batch Uploading for Multiple FramesCurrently, I’m limited to uploading only three frames at a time, which quickly becomes cumbersome when wor
At the moment, I can only apply a boolean property for show/hide to specific layers of a component. Why can’t we have the ability to apply a boolean property to an entire component? For what I’m building, I need the ability to show & hide entire components. Right now, the only way to do this is to restructure my components so I can add the boolean property to each layer. This is really tedious. It takes extra time, adds churn, and adds more boolean toggles to the panel than should be necessary. Please consider adding this into the next release.
Using overlays greatly reduced the amount of duplications in my frames, still there are flows when I start with an overlay in a given position and would like for it to be swapped with a differently positioned overlay. Currently I do that by targeting a new frame and using a timed overlay opening from that. Looks fine in the prototype, but adds few extra steps/duplications that I’d happily do without.
When user does something in the plugin UI and then wants to undo it, it breaks the flow when Cmd/Ctrl + Z doesn’t work. Even I sometimes try to press it and nothing is happening, this makes me frustrated as a pro plugin and Figma user. Currently you can implement undo manually by detecting the shortcut and communicating the undo action to the plugin backend — that’s not too hard. But things quickly become complicated if you want Redo to also function (since it’s not available in the API, you’ll have to build your own undo/redo queue). And then other shortcuts can be used by users in different contexts too. It would create a good user experience if you can trigger shortcuts in Figma, either by passing them from the user action event somehow or by simply manually triggering them (the latter would also open up a lot of other possibilities). In a similar way, it would be great if a plugin can get shortcuts when the plugin window is not in focus. This would create a seamless transition betw
In order to get a more accurate, real-world idea of our design system’s usage, we need an option/filter to exclude certain teams from the analytics data. Specifically… us: the design system team.Our own experimentation, maintenance, etc. is bloating and cluttering our library analytics, so we would like to be able to exclude ourselves, as well as any other teams we deem necessary (ex: we will sometimes create temporary teams for testing and experiments).
As a design systems manager, I would like to be able to exclude branches while reviewing library analytics for component, style, and variable usage so that I can find and update the main files that are dependent on my design system.Use case: I am currently trying to deprecate an older version of a library using Library Swap. The easiest way for me to do this is to use Library Analytics to find all files on my team that use the library’s components or styles. However, branches also show in this list, and I can’t see that the file is a branch or what file it is branched off. I would like to be able to filter branches out, since they will get the update from the main file anyway, without having to click in and open each file to find out it is a branch.
While working to build out our design system with variables, it seems like there isn’t an easy way for developers to view a full list of all variables built into the design system without having edit access to the design system or without the variables being put into a different reference system like a notion page as the master file and have Figma reference those values.
It would be great for the Windows desktop app to support snap layouts in Windows 11. Snap layouts allow a user to hover over the maximise or restore button and quickly snap that window into a layout.It seems that another user has requested this in a roundabout way (below), however this feature can actually be enabled for apps with custom title bars. Microsoft documentation: https://learn.microsoft.com/en-us/windows/apps/desktop/modernize/ui/apply-snap-layout-menu\
I create a concept in Figma Make and want to test it with the team and potentially with customers, but they can see my underbelly chat. Is there a way to hide the chat?
Why this matters: Protects sensitive client data Prevents accidental access by team members Adds an extra security layer beyond sharing permissions Critical for agencies, enterprise teams, and regulated industries This would be a huge step toward making Figma more enterprise- and agency-ready when handling confidential work. Hope the team considers this. 👍
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.