set teams table color min width and height
This commit is contained in:
@ -48,7 +48,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<div class="flex items-center gap-x-2">
|
<div class="flex items-center gap-x-2">
|
||||||
<div class="rounded-sm w-3 h-3" style="background-color: {team.color}"></div>
|
<div class="rounded-sm min-w-3 w-3 min-h-3 h-3" style="background-color: {team.color}"></div>
|
||||||
<h3 class="text-xs sm:text-xl break-all" class:text-red-200={!team.memberOne}>
|
<h3 class="text-xs sm:text-xl break-all" class:text-red-200={!team.memberOne}>
|
||||||
{team.name}
|
{team.name}
|
||||||
</h3>
|
</h3>
|
||||||
|
Reference in New Issue
Block a user