Make label ID text bigger (text-xs → text-sm font-medium)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
{#if data.component.serialNumber}
|
{#if data.component.serialNumber}
|
||||||
<p class="font-mono text-xs text-gray-500 dark:text-gray-400">S/N: {data.component.serialNumber}</p>
|
<p class="font-mono text-xs text-gray-500 dark:text-gray-400">S/N: {data.component.serialNumber}</p>
|
||||||
{/if}
|
{/if}
|
||||||
<p class="mt-2 font-mono text-xs text-gray-400 dark:text-gray-500">{data.component.id.slice(0, 8)}</p>
|
<p class="mt-2 font-mono text-sm font-medium text-gray-500 dark:text-gray-400">{data.component.id.slice(0, 8)}</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -35,7 +35,7 @@
|
|||||||
{#if data.device.serialNumber}
|
{#if data.device.serialNumber}
|
||||||
<p class="mt-1 font-mono text-xs text-gray-500 dark:text-gray-400">S/N: {data.device.serialNumber}</p>
|
<p class="mt-1 font-mono text-xs text-gray-500 dark:text-gray-400">S/N: {data.device.serialNumber}</p>
|
||||||
{/if}
|
{/if}
|
||||||
<p class="mt-2 font-mono text-xs text-gray-400 dark:text-gray-500">{data.device.id.slice(0, 8)}</p>
|
<p class="mt-2 font-mono text-sm font-medium text-gray-500 dark:text-gray-400">{data.device.id.slice(0, 8)}</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user