fix: use space token for nav-badge offset instead of hardcoded -4px

This commit is contained in:
Ulas Kalayci
2026-04-19 18:06:38 +02:00
parent 54d13b8bc7
commit d656ad8bfc
2 changed files with 2 additions and 2 deletions
Executable → Regular
View File
+2 -2
View File
@@ -204,8 +204,8 @@
.nav-item__icon-wrap .nav-badge {
position: absolute;
top: -4px;
right: -4px;
top: calc(-1 * var(--space-1));
right: calc(-1 * var(--space-1));
margin-left: 0;
}