fix: remove unnecessary class from label color display in Label Management
Some checks failed
Frontend CI / build (push) Failing after 55s
Some checks failed
Frontend CI / build (push) Failing after 55s
This commit is contained in:
parent
af4f2326ed
commit
f6eece7071
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user