Rolling out: Projects become folders 📂 ✨
Experiencing issues? Report them.
Recently active
Ранее пользовался на своем ноуте Фигмой но недавно при открытии приложения появилась ошибка номер 201 , не знаю что делать, интернет хороший...
Me hovering on item doesn’t seem to work. I have background gradient in locked layer to make glow. For some reason it measures to it. Here is with Layers tab for understanding:
I was logged into an old school email, and after graduating recently, the institution deleted that email address. I wasn’t able to edit the email for the account and now, I cannot sign back in. This was 3 years worth of work 😭 and I would hate to lose it. I have created this temporary account to connect with support teams to get some help. Please let me know if there is anything that can be done!P.S. this account is a new registerred account so that I can build a reach for you.
Hi everyone, I recently had a problem with interactive animated components when user testing them, since our users didn’t have the custom fonts installed on their machines the animations ended up glitching. I “fixed it” by sending the fonts for them to install. Since this is not normal behaviour with this feature, I’d like to report this as a bug if possible. Thanks a lot, loving the feature btw.
Hi Figma Support Team,We’ve noticed an issue with our billing where our account is being charged for 21 seats, but we only need to pay for 13. It appears that additional seats are being automatically added without our approval, which is increasing our monthly cost.Could you please help us adjust our billing so that we are only charged for the 13 members we need? Additionally, we would appreciate any guidance on how to prevent automatic seat additions in the future.Looking forward to your assistance.Best,Sushant
Hi!I’ve seen that similar issues have been discussed on this forum before, but this might be a slightly more unique case. When I’m working on our organization’s design system in the App UI design and I’m selecting a few very simple components, like a notification with just an icon and some content, I experience a significant drop in FPS and severe lag starts to occur. I’ve already tried recreating the component, deleting and rebuilding specific frames, etc., but nothing seems to help. I’m not sure what this could be related to, but it definitely disrupts the workflow quite a bit.I’ve made a Video of FPS drop.
After selecting an object, holding option (⌥) and hovering over another object to see the distance between them, this number is obscured by the floating toolbar, as seen in the image.
Figma is delightful in how it handles color spaces in code generation, providing the exact color in the document color space AND a converted sRGB color fallback for the unsupporting renderers.However, this is not the behavior when it comes to copying or exporting as SVG. Here, Figma will output the original color in the specified color space but the sRGB fallback color is unconverted.I have a document in Display P3 color space and I have a color #00beaa. If I use the Inspector to view the style details, the output isfill: #00C2AA; /* appropriately converted color */fill: color(display-p3 0 0.7451 0.6667);If I use the “Copy as SVG” or the Export feature, the output is insteadfill: #00BEAA; /* the original color NOT from the original color space */fill: color(display-p3 0.0000 0.7451 0.6667); /* what's with the precision of the zero value, by the way? */This behavior will distort the intended color more than it should, and the difference from the generated code is unexpected.
I have a problem since 2-3 weeks. I have two figma accounts, one for me and for school.The one for school is pro, but since i connected it to be pro, i cannot access this account anymore. It want to connect me in the app, then the browsers and tell me that the connection session has expired so i have to log back in the app. But it just restarts itself, so i’m still not connected.The other account seems fine tho.(Sorry for mistakes or wrong sentences, i speak English as i can :))
I’ve noticed on the Windows PC desktop app that pasting text into the Annotation field via the CTRL + SHIFT + V keyboard shortcut will not paste the text format-free as it should, but instead pastes the text onto the page as a new text field.
Hello Figma Support,I am currently an editor on a Figma file where the owner’s email account has been deactivated and I no longer have access to edit permissions like duplicating the file or unlocking elements.Details:- File name: [redacted]- My Figma email: [redacted]- Previous owner’s (now deactivated) email: [redacted]I kindly request ownership to be transferred to my account or for the file to be duplicated under my workspace. This file is critical to our ongoing project.Thank you very much.
I'm developing a Figma plugin that needs to import a large number of variables (600+) using the importVariableByKeyAsync API. However, I'm consistently receiving 429 Too Many Requests errors, even after implementing delays between requests.Error DetailsPOST https://www.figma.com/api/response_sampler 429 (Too Many Requests)Reproduction Steps1.Attempted to import about 600+ variables using figma.variables.importVariableByKeyAsync(variable.key)2.Even with asynchronous code and adding a 500ms delay between each request3.Still receiving the 429 error after a certain number of requestsQuestionsDoes the Figma Plugin API have a rate limit for API calls?What are the specific rate limits (requests per minute/hour)?Is there an official recommended approach for handling bulk operations like importing many variables?Are there any batch import methods available that I'm overlooking?
Hello I,ve been recieving Figma montly payment on my credit card, I have not signed the premium pland and I have checked in enach figma account I have (all of the are free) what sould I do? I would like to request refund.
Hi,I was given that I can add templates and various resources to the figma marketplace. At the moment, if I want to publish, I don't have the option to enter a price. Why is this happening? Oh, classic mistake, mine account is under gfwroom@gmail.com
Steps to repo:make a frame that has shrunk dog.png as the fillcall the rest api to get the image of the created frame. result:the output image looks more faded than the original image
Last month i started work on a website design for a new brand i created. The brand used a google font and because I need it to make brand assets in indesign and illustrator i also download the font to my mac.Now returning to the project the font is labeled as being missing but is still available on both my mac local and on google font but still fails to load. Iv tried restarting figma, removing and reinstalling the font and checked the font validations but i still can't use the font in the figma files
When I open the Figma app on my desktop, the sidebar menu doesn’t load. I’ve tried restarting and reinstalling the app and have had no luck. I can’t access any of my files except drafts.Any ideas what I could do?
Why is copying and pasting not working? if i try copying a frame only the text inside of it will be copied not the entire frame. Anyone got a fix or dealing with the same issue? if i right click that doesn’t work and if i do CTR + C and CTR + V it works.
The recent update broke boolean variables in my prototypes!I can use them to control the visibility of components if the components are made in the same file but not if I use components from my design system. All worked fine until yesterday. This is a major problem from me, please help.
Hi, i tried posting this in “Ask the community” but with no response.So I’m trying here as this might be unintended.I have an issue that I’m having a hard time finding a solution to.I’m creating a graph component for our design system and I want the user to be able to hover on data point to get more information. At the same time I want it to be possible to hover on a legend category and have the corresponding line highlighted.I have set up a normal variant change on hover for the data points.Interaction for the data point componentThe issue occurs when I apply a variable change on hover on the legends category, which changes the line from state “default” to “hovered”. GraphState variable used to change the variant of the line + data point from “default” to hovered” Interaction for the legend category (set on the graph component) This interaction works fine but appears to block the data point hover interaction as shown in the gif below:Gif showing the issue. The first frame is an insta
Issue SummaryI'm experiencing a strange issue related to variables and component instances in Figma. The behavior of variables differs depending on whether they're attached directly to objects or used within components.Details When I attach a variable (string, color, boolean, or number) directly to an object (e.g., text or rectangle) or its properties (e.g., layer visibility), everything works as expected. Updating the variable's value immediately reflects on the object. However, when those same objects are part of a component and the values are defined as properties, the component instance does not update when I change the variable values. Additionally, behavior becomes inconsistent in the component instance: changing the value of one variable (e.g., a number) can unexpectedly trigger updates to other properties (e.g., string, boolean, or color) — especially if those variables were changed previously, before modifying the triggering variable. Environment The issue started occurrin
Hi Figma, You have delivered a big update for the admin dashboard and yes, it looks good. But we have a big problem because we lost the “last edit” column which really helps us to cancel the seat. I know it's possible to filter by last edit, but it's very fuzzy and we've lost a lot of information.The only options are now: All timeMore than 3 months agoMore than 6 months agoMore than a year agoThe last editing column with detailed information about the number of days/months was much more helpful.Pls give us the column back. Best regards
When sharing annotation links with team members (full and dev seats), they’re not directed to the linked annotation but rather to the file thumbnail.Is this a bug? How do we share specific annotations?Thanks
Hello,I am a user of the Figma web version, and I have recently encountered a serious issue. I am unable to copy and paste design elements properly. For instance, when I copy a button from one frame and paste it elsewhere on the same page, only the button's text appears, while all styles and properties are lost. This issue is not limited to buttons—it also affects all components and typography.Please guide me on how to resolve this issue, and I would appreciate it if you could address and fix the problem.Thank you for your support.
if I try to reorder a collection, I am actually draging the variables window behind the popup.
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.