fix: remove unnecessary class from label color display in Label Management
Some checks failed
Frontend CI / build (push) Failing after 55s

This commit is contained in:
SquidSpirit 2025-10-15 12:00:00 +08:00
parent af4f2326ed
commit f6eece7071

View File

@ -71,7 +71,7 @@
<TableCell>
<div class="flex items-center gap-2">
<div class="size-4 rounded-full" style="background-color: {label.color.hex};"></div>
<span class="text-muted-foreground font-mono text-sm">{label.color.hex}</span>
<span class="font-mono text-sm">{label.color.hex}</span>
</div>
</TableCell>
<TableCell>