Skip to content

Commit cd64bdf

Browse files
committed
feat: primer label component
Signed-off-by: Adam Setch <adam.setch@outlook.com>
1 parent c1ba50e commit cd64bdf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/renderer/components/metrics/LabelsPill.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ export const LabelsPill: FC<LabelsPillProps> = ({ labels }) => {
1818
{labels.map((label) => {
1919
return (
2020
<IssueLabelToken
21-
className="size-0.5"
2221
fillColor={label.color ? `#${label.color}` : undefined}
2322
key={label.name}
2423
size="small"

0 commit comments

Comments
 (0)