We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1ba50e commit cd64bdfCopy full SHA for cd64bdf
1 file changed
src/renderer/components/metrics/LabelsPill.tsx
@@ -18,7 +18,6 @@ export const LabelsPill: FC<LabelsPillProps> = ({ labels }) => {
18
{labels.map((label) => {
19
return (
20
<IssueLabelToken
21
- className="size-0.5"
22
fillColor={label.color ? `#${label.color}` : undefined}
23
key={label.name}
24
size="small"
0 commit comments