chore: update ApiKeySecretModal to use monospace font (#24690)

style(web): update ApiKeySecretModal to use monospace font for readonly textarea
This commit is contained in:
Timon
2025-12-19 15:58:49 +01:00
committed by GitHub
parent 2e1f8625ec
commit 138c9232df

View File

@@ -15,7 +15,7 @@
<Modal title={$t('api_key')} icon={mdiKeyVariant} {onClose} size="small">
<ModalBody>
<Text size="small" class="mb-4">{$t('api_key_description')}</Text>
<Textarea bind:value={secret} readonly />
<Textarea bind:value={secret} readonly class="font-mono" />
</ModalBody>
<ModalFooter>