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:
@@ -35,7 +35,7 @@
|
||||
{#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>
|
||||
{/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>
|
||||
|
||||
Reference in New Issue
Block a user