Skip to content

feat(Theming): mat-sys-space #31142

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
rbalet opened this issue May 18, 2025 · 0 comments
Open

feat(Theming): mat-sys-space #31142

rbalet opened this issue May 18, 2025 · 0 comments
Labels
feature This issue represents a new feature or feature request rather than a bug or bug fix needs triage This issue needs to be triaged by the team

Comments

@rbalet
Copy link

rbalet commented May 18, 2025

Feature Description

Having a new set of space token
Proposed space & naming found in the following article https://uxdesign.cc/ui-cheat-sheet-spacing-friendships-e37a6fccc407

:root {
  --mat-sys-space-smallest: 4px; /* BBFE */
  --mat-sys-space-smaller: 8px; /* Best friends */
  --mat-sys-space-small: 12px;
  --mat-sys-space: 16px; /* Close friends */
  --mat-sys-space-big: 24px; /* Close-ish friends */
  --mat-sys-space-bigger: 32px; /* Friends */
  --mat-sys-space-biggest: 64px; /* Acquaintances */
  --mat-sys-space-giant: 72px; /* Distant acquaintances */
  --mat-sys-space-gargantuan: 128px; /* Stranger */
}

Use Case

Ensure UI coherence across components

@rbalet rbalet added feature This issue represents a new feature or feature request rather than a bug or bug fix needs triage This issue needs to be triaged by the team labels May 18, 2025
@rbalet rbalet changed the title feat(Theming): spacea feat(Theming): mat-sys-space May 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature This issue represents a new feature or feature request rather than a bug or bug fix needs triage This issue needs to be triaged by the team
Projects
None yet
Development

No branches or pull requests

1 participant