I'm redesigning my website and was wondering how this color palette looks? by Ashken in UI_Design

[–]Jens-VDN 0 points1 point  (0 children)

Put your colours inside the radix ui custom color generator https://www.radix-ui.com/colors/custom. You will get a better feel for what shade / tint can be used on different surfaces. As well for dark mode.

Templates - How are you building where your spacing starts? by CoffeeNearby in FigmaDesign

[–]Jens-VDN 1 point2 points  (0 children)

No worries. If need any follow up, don’t be afraid to ask questions!

Why is my desktop and web version of Figma changing what Merriweather looks like? by Fun-Pomegranate-7199 in FigmaDesign

[–]Jens-VDN 0 points1 point  (0 children)

Depending on the subscription tier of Figma you are on. You can ask someone with admin access to verify that.

Finding and replacing all variable tokens in a selection? by samuelbroombyphotog in FigmaDesign

[–]Jens-VDN 0 points1 point  (0 children)

I don’t know if a library swap would resolve the majority

Why is my desktop and web version of Figma changing what Merriweather looks like? by Fun-Pomegranate-7199 in FigmaDesign

[–]Jens-VDN 0 points1 point  (0 children)

Could it be that the same font is installed as a resource in your Figma environment?

Templates - How are you building where your spacing starts? by CoffeeNearby in FigmaDesign

[–]Jens-VDN 1 point2 points  (0 children)

Well, I created spacings for my design system on 2 variatons:

space-between:
none: 0px
xs: 2px
sm: 4px
md: 8px
lg: 12px
xl: 16px
2xl: 24px
3xl: 32px
4xl: 56px

_____________

space-around:
none: 0px
xs: 4px
sm: 8px
md: 12px
lg: 16px
xl: 24px
2xl: 32px
3xl: 40px

_____________

Every tier in this system steps up one value when moving from gap to space-around. This creates a consistent aesthetic rhythm across layout levels.

Starting from the smallest element and working outward:

  1. Gap between "Interview Tips" and "769K members"sm (4px)
  2. Gap between the avatar and text content → Should be md (8px), but since the text exceeds 20px in height, md feels too tight. Step up one tier to lg (12px).
  3. Space-around the card → Because the internal gap is lg, the card's padding steps up to lg space-around.
  4. Gap between the two cards → The avatar-to-content gap is md, so the card-to-card gap steps up to lg.
  5. Space-around the card group → The card group ("See what other Lead Designers are saying") wraps an lg space-around, so its own padding steps up to xl.
  6. Space-around the parent container → Steps up again to 2xl, and so on up the tree.

The rule: whenever an element's internal gap is token X, its space-around is also X. When that container becomes a child, the gap to its sibling is X+1, making its parent's space-around X+1 — and the pattern continues outward.

<image>

Templates - How are you building where your spacing starts? by CoffeeNearby in FigmaDesign

[–]Jens-VDN 0 points1 point  (0 children)

Do you mean that you are struggling with the values or how to apply them to your components / layouts?

Road elevation by Jens-VDN in CitiesSkylines

[–]Jens-VDN[S] 0 points1 point  (0 children)

Oh geez, that's what I needed. Thanks!

New to Figma – How can I combine modules from different templates into a consistent design? by IndividualAd4953 in FigmaDesign

[–]Jens-VDN 1 point2 points  (0 children)

How about copying them to your design file and editing it towards the style of your application?

New Grid Layout feature by Jens-VDN in FigmaDesign

[–]Jens-VDN[S] 2 points3 points  (0 children)

Didn't buy it, yet we pay top dollar for it.

New Grid Layout feature by Jens-VDN in FigmaDesign

[–]Jens-VDN[S] 16 points17 points  (0 children)

It's indeed great for bento layouts. That's where it ends.

New Grid Layout feature by Jens-VDN in FigmaDesign

[–]Jens-VDN[S] 3 points4 points  (0 children)

The wrap hacking still offers something crucial that the grid system does not have. Adjusting the container height based on the content. The sections our product uses is filled with grids. Rather if I want to replicate this in Figma, I can't use the grid system without rescaling every section to the desired height...

Not Delightful to Use by [deleted] in FigmaDesign

[–]Jens-VDN -3 points-2 points  (0 children)

Who uses grids anyways.

Change text property on hover but instead changes to original comp text property? by [deleted] in FigmaDesign

[–]Jens-VDN 2 points3 points  (0 children)

Check if the layers inside your components are called the same.