fix(LOY-64): abstract membershipbadge to its own component

This commit is contained in:
Chuma McPhoy
2024-12-13 10:43:36 +01:00
parent 839655d4df
commit 9247ea0e9c
5 changed files with 37 additions and 24 deletions

View File

@@ -138,8 +138,8 @@
color: var(--UI-Semantic-Success);
}
.memberIdBadge {
.memberShipNumberBadge {
border-radius: var(--Small);
padding: var(--Spacing-x1) var(--Spacing-x-one-and-half);
background: var(--Base-Surface-Secondary-light-Normal);
}
}