Add todo comment for badge component

This commit is contained in:
Chuma McPhoy
2024-07-11 14:48:15 +02:00
parent 5b91e94733
commit 7e92bf3f9b

View File

@@ -5,6 +5,7 @@
display: grid;
}
/*TODO: Build Chip/Badge component. */
.badge {
position: absolute;
top: var(--Spacing-x1);