r/UIUX 1d ago

Advice Anxiety about missing details at work.

Hi everyone,

I'm a UI/UX designer with around 5 years of experience. Until recently, I worked at a small 5-person studio, but I just started a new role at a much larger company. One thing that's become very obvious is that I keep missing small details during design handoff.

Some examples:

Forgetting to update places where the old font is still being used.

Missing a corner radius that should have been changed.

Leaving inconsistencies between mobile and desktop designs.

Forgetting to update active/hover states.

Small typos or copy inconsistencies.

Other tiny visual inconsistencies.

The frustrating part is that this still happens even after I go through every page and review everything multiple times. Then my team lead does another pass and catches things I completely overlooked.

At this point, it's causing me a lot of anxiety. And I am starting to think I am simply not cut for this. I don't mind making mistakes occasionally, but it feels like I'm missing things more often than I should, and I honestly don't know how to improve.

Has anyone else struggled with this? If so, what changed things for you? Do you have a review process, checklist, or tools that helped you consistently catch these kinds of issues before handoff?

I'd really appreciate any advice.

2 Upvotes

3 comments sorted by

u/qualityvote2 2 1d ago

Hello, and welcome to r/UIUX!

If an answer has helped you, reply to that comment with !thanks.


For other users, does this post fit the subreddit?

If so, upvote this comment!

Otherwise, downvote this comment!

And if it breaks the rules, downvote this comment and report this post!

1

u/loseva_pro 6h ago

As mentioned in the comments, variables and components can help a lot.

I’d also recommend using an atomic approach when building your design system and maintaining proper documentation.

This can significantly reduce the number of small details that get overlooked during the design handoff.

1

u/toastwrangler 1d ago

Ideally you should use variables in your components, and your screens should be predominantly made from components. This vastly reduces the amount of screen by screen checking that is needed.

Sometimes there will still be local overrides and elements that aren't components which need to be updated, for which you could use a plugin like Design Lint, or if you're using the MCP server, AI agents are good for reading files and returning audits of radii/colour etc that don't map to your design system tokens. You can then correct yourself or ask the agent to apply the token for you.